summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* In sys/dev/sound/pci/maestro.c, #if 0 two unused static functions.dim2013-12-301-0/+6
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-1/+1
* Add some more Intel HDA controller IDs and rename HDMI CODEC to Haswell.mav2013-11-153-2/+20
* Add ID for Intel Lynx Point HDMI CODEC.mav2013-11-152-0/+2
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-1220-128/+23
* snd_ds1(4): Fix order of arguments for stereo/16bit modeuqs2013-07-251-1/+1
* Add quirk to configure headphones redirection on ASUS UX31A laptop.mav2013-07-082-0/+8
* Update snd quirks for T520, T420, X220.sbruno2013-05-191-0/+10
* Don't clear stall at first time use of USB MIDI endpoints.hselasky2013-05-181-5/+4
* Fix issue with "Logitech Webcam C525":hselasky2013-05-181-0/+27
* Some fixes to snd_envy24ht(4) driver:mav2013-05-052-32/+13
* Fix for duplicate sample rate detection after recent patches.hselasky2013-04-241-6/+13
* Fix the USB audio feedback endpoint algorithm. There should nothselasky2013-04-241-4/+0
* Fix playback for Focusrite Scarlett 2i2 USB recording interface.hselasky2013-04-241-0/+4
* Add support for runtime switching of sample rate forhselasky2013-04-231-250/+431
* - Correct mispellings of word andgabor2013-04-171-1/+1
* - Corrrect mispellings of word usefulgabor2013-04-171-1/+1
* Add Subsystem ID field to the quirk table. Use it to identify Mac Pro 1,1,mav2013-03-271-26/+33
* Hide version string under verbose.joel2013-03-161-2/+6
* Add quirk for Lenovo T530 headphone redirection.delphij2013-03-132-1/+3
* More Lenovo headphones redirection quirks: Lenovo T430, Lenovo T430S.glebius2013-03-122-1/+5
* MFCattilio2013-03-083-1/+27
|\
| * Add quirks to enable headphones redirection on number of Lenovoglebius2013-03-072-1/+15
| * Plug a memory leak.glebius2013-03-071-1/+5
| * Add quirk to enable headphones redirection on Lenovo X220.mav2013-03-042-0/+8
* | Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+2
|/
* Fix typouqs2013-02-191-2/+2
* Add support for mute buttons on USB audio devices andhselasky2013-02-073-29/+58
* Add support for buttons on USB audio devices,hselasky2013-02-063-1/+248
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-305-6/+9
* Add Intel Lynx Point PCH HD Audio Device IDsjfv2013-01-022-0/+4
* Reduce stack usage in the USB audio driver by moving some large stackhselasky2012-12-211-292/+282
* Add quirks for AD1984A codec and Lenovo X300 laptop.mav2012-12-122-1/+19
* Add support for various Yamaha keyboards.hselasky2012-12-081-1/+125
* Add a few more translations from IDs to model name.eadler2012-12-022-0/+6
* Add support for hdmi hda codec onboard nvidia gt 440 graphics cardeadler2012-12-022-0/+2
* Fix uninitialized variable reported by gcc, but not clang.mav2012-11-261-1/+1
* Remove extra sbuf_trim() copy/pasted into r243530.mav2012-11-261-1/+0
* On multiple requests, compact HDA driver verbose output by hiding CODEC'smav2012-11-251-114/+325
* Remove "clone manager: " message from verbose dmesg. It is pointless tomav2012-11-231-7/+0
* Move sndbuf_setmap() output about buffer addresses from the general verbosemav2012-11-231-1/+1
* Summarize information about connected analog pins and EDID-like data receivedmav2012-11-171-8/+154
* For some more completeness add matrixes for 3.1 and 7.0 channel setups.mav2012-11-164-10/+121
* Fix typo; s/ouput/outputkevlo2012-11-071-1/+1
* Correct buffer size printout.hselasky2012-11-011-10/+4
* Increase default volume for FastTracker playback channels.hselasky2012-11-011-1/+4
* Fix sysctl free bug in last commit, which eventually leads to a panic.hselasky2012-11-011-14/+188
* Export all mixer nodes into dev.pcm.X.mixer.Y sysctl nodes, hence thehselasky2012-11-011-32/+264
* Add missing inclusion guard.hselasky2012-11-011-0/+5
* ASUS EeePC 1001px has strange variant of ALC269 CODEC, that mutes speakermav2012-10-311-0/+15
OpenPOWER on IntegriCloud