summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-1/+1
* Instead of creating the full range of possible ports, try to figurehselasky2014-09-282-22/+45
* Update mixer description for FastTrackPro.hselasky2014-09-071-2/+2
* Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actualhselasky2014-08-181-13/+2
* Add support for SOUND_MIXER_INFO IOCTL, used by gstreamer.mav2014-07-291-0/+13
* Update from mav@ - don't break the input switching.adrian2014-07-271-6/+0
* Add support for my Lenovo T400.adrian2014-07-272-0/+17
* Add a headphone redirection quirk for the Lenovo G580.markj2014-07-132-1/+3
* Remove ia64.marcel2014-07-071-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-287-21/+9
* Revert r267961, r267973:gjb2014-06-277-9/+21
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-277-21/+9
* Restore the check for non-NULL dmatag in sndbuf_free.kan2014-06-231-1/+2
* Fix various bugs with freeing static DMA allocations in sound drivers:jhb2014-06-1711-82/+97
* Actually, just merge r233362 and do away with the unnecessary uint8_tmarius2014-05-281-1/+1
* Commit the right version of r266793.marius2014-05-281-1/+1
* - Fix compilation with PAE support enabled by improving the casting ofmarius2014-05-281-7/+8
* Make sure the USB audio driver is loaded last. This is important whenhselasky2014-05-141-1/+1
* - Sprinkle const and static as appropriate.marius2014-04-233-41/+33
* Add quirk to configure headphones redirection on Intel DH87RL boards.marius2014-04-232-1/+9
* Workaround for USB MIDI adapters which use non-supported values ofhselasky2014-03-141-0/+19
* Add support for more sample rates to USB audio driver.hselasky2014-03-141-1/+5
* pcm(4): Permit non-root users to change default uniteadler2014-02-171-2/+4
* Use system macro instead of own hand-rolled one.hselasky2014-02-051-2/+1
* Add more quirks for making builtin audio speakers work with morehselasky2014-02-052-0/+12
* 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
OpenPOWER on IntegriCloud