aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Add a headphone redirection quirk for the Lenovo G580.Mark Johnston2014-07-132-1/+3
* Remove ia64.Marcel Moolenaar2014-07-071-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-287-21/+9
* Revert r267961, r267973:Glen Barber2014-06-277-9/+21
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-277-21/+9
* Restore the check for non-NULL dmatag in sndbuf_free.Alexander Kabaev2014-06-231-1/+2
* Fix various bugs with freeing static DMA allocations in sound drivers:John Baldwin2014-06-1711-82/+97
* Actually, just merge r233362 and do away with the unnecessary uint8_tMarius Strobl2014-05-281-1/+1
* Commit the right version of r266793.Marius Strobl2014-05-281-1/+1
* - Fix compilation with PAE support enabled by improving the casting ofMarius Strobl2014-05-281-7/+8
* Make sure the USB audio driver is loaded last. This is important whenHans Petter Selasky2014-05-141-1/+1
* - Sprinkle const and static as appropriate.Marius Strobl2014-04-233-41/+33
* Add quirk to configure headphones redirection on Intel DH87RL boards.Marius Strobl2014-04-232-1/+9
* Workaround for USB MIDI adapters which use non-supported values ofHans Petter Selasky2014-03-141-0/+19
* Add support for more sample rates to USB audio driver.Hans Petter Selasky2014-03-141-1/+5
* pcm(4): Permit non-root users to change default unitEitan Adler2014-02-171-2/+4
* Use system macro instead of own hand-rolled one.Hans Petter Selasky2014-02-051-2/+1
* Add more quirks for making builtin audio speakers work with moreHans Petter Selasky2014-02-052-0/+12
* In sys/dev/sound/pci/maestro.c, #if 0 two unused static functions.Dimitry Andric2013-12-301-0/+6
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Add some more Intel HDA controller IDs and rename HDMI CODEC to Haswell.Alexander Motin2013-11-153-2/+20
* Add ID for Intel Lynx Point HDMI CODEC.Alexander Motin2013-11-152-0/+2
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-1220-128/+23
* snd_ds1(4): Fix order of arguments for stereo/16bit modeUlrich Spörlein2013-07-251-1/+1
* Add quirk to configure headphones redirection on ASUS UX31A laptop.Alexander Motin2013-07-082-0/+8
* Update snd quirks for T520, T420, X220.Sean Bruno2013-05-191-0/+10
* Don't clear stall at first time use of USB MIDI endpoints.Hans Petter Selasky2013-05-181-5/+4
* Fix issue with "Logitech Webcam C525":Hans Petter Selasky2013-05-181-0/+27
* Some fixes to snd_envy24ht(4) driver:Alexander Motin2013-05-052-32/+13
* Fix for duplicate sample rate detection after recent patches.Hans Petter Selasky2013-04-241-6/+13
* Fix the USB audio feedback endpoint algorithm. There should notHans Petter Selasky2013-04-241-4/+0
* Fix playback for Focusrite Scarlett 2i2 USB recording interface.Hans Petter Selasky2013-04-241-0/+4
* Add support for runtime switching of sample rate forHans Petter Selasky2013-04-231-250/+431
* - Correct mispellings of word andGabor Kovesdan2013-04-171-1/+1
* - Corrrect mispellings of word usefulGabor Kovesdan2013-04-171-1/+1
* Add Subsystem ID field to the quirk table. Use it to identify Mac Pro 1,1,Alexander Motin2013-03-271-26/+33
* Hide version string under verbose.Joel Dahl2013-03-161-2/+6
* Add quirk for Lenovo T530 headphone redirection.Xin LI2013-03-132-1/+3
* More Lenovo headphones redirection quirks: Lenovo T430, Lenovo T430S.Gleb Smirnoff2013-03-122-1/+5
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-0/+2
* Add quirks to enable headphones redirection on number of LenovoGleb Smirnoff2013-03-072-1/+15
* Plug a memory leak.Gleb Smirnoff2013-03-071-1/+5
* Add quirk to enable headphones redirection on Lenovo X220.Alexander Motin2013-03-042-0/+8
* Fix typoUlrich Spörlein2013-02-191-2/+2
* Add support for mute buttons on USB audio devices andHans Petter Selasky2013-02-073-29/+58
* Add support for buttons on USB audio devices,Hans Petter Selasky2013-02-063-1/+248
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-305-6/+9
* Add Intel Lynx Point PCH HD Audio Device IDsJack F Vogel2013-01-022-0/+4
* Reduce stack usage in the USB audio driver by moving some large stackHans Petter Selasky2012-12-211-292/+282
* Add quirks for AD1984A codec and Lenovo X300 laptop.Alexander Motin2012-12-122-1/+19