summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* MFC r318860:hselasky2017-05-281-0/+1
* MFC r318820:hselasky2017-05-271-4/+4
* MFC r317583:pfg2017-05-041-2/+2
* MFC r316758: Update list of Conexant and Realtek codecs.mav2017-04-272-0/+74
* MFC r315961: Add ids for ALC233 found on Intel Skull Mountain NUC.mav2017-04-272-0/+2
* MFC r309532,r310674:mmel2017-04-164-1/+15
* MFC r312338:hselasky2017-03-141-0/+60
* MFC r309527-309528:yongari2017-01-183-0/+8
* MFC r308464, r308471: Add some device IDs found in my new laptop.mav2016-11-163-0/+10
* MFC r308437 and r308461:hselasky2016-11-121-2/+16
* MFC r307651:hselasky2016-10-281-5/+30
* Add support for simplex USB MIDI devices, which only provide BULK orhselasky2016-05-311-3/+19
* snd_hda(4): Don't pass bogus sizeof()s to unused sysctl arg2 parameter (again)cem2016-05-121-5/+5
* snd_hda(4): Don't pass bogus sizeof()s to unused sysctl arg2 parametercem2016-05-121-14/+8
* Add some device IDs from Intel Sunrise Point chipsets.mav2016-05-032-0/+4
* emu10kx: Don't iterate beyond array boundscem2016-04-261-1/+1
* sys/dev: extend use of the howmany() macro when available.pfg2016-04-261-4/+4
* Remove slightly used const values that can be replaced with nitems().pfg2016-04-211-5/+2
* sound(4): Don't use-after-free in midi module unloadcem2016-04-201-4/+4
* sys/dev: use our nitems() macro when it is avaliable through param.h.pfg2016-04-191-4/+4
* Replace 0 with NULL for pointers in misc. device drivers.pfg2016-04-1217-48/+51
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-102-6/+6
* Add some device IDs found on AMD FCH shipsets.mav2016-03-292-0/+6
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-1828-34/+34
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-273-18/+33
* Replace several bus_alloc_resource() calls with bus_alloc_resource_any()jhibbits2016-02-273-17/+13
* Replace several bus_alloc_resource() calls using default arguments with bus_a...jhibbits2016-02-194-22/+22
* To support userspace audio daemons like Virtual OSS, /dev/sndstat ishselasky2016-02-093-258/+225
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-275-8/+11
* o Add gain-level control registers.br2016-01-231-54/+80
* Create a USB_PNP_INFO and use it to export the existing PNPimp2015-12-111-0/+1
* - Plugging a memory leak when malloc() failed during initialisation;avatar2015-10-241-4/+8
* Using the error return code documented in the comment.avatar2015-08-181-1/+1
* Fixing typo as well as improving readability of a few comments.avatar2015-08-181-6/+11
* Increase output amp on ASUS UX31A by +5dB.mav2015-07-201-4/+22
* Rename seq_* to mseq_*, to avoid clashes with seq.h (namely, seq_read.)adrian2015-06-261-22/+22
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-226-6/+6
* Fix an off-by-one error by adding proper range checks when parsing thehselasky2015-05-181-1/+1
* Ensure the USB audio driver doesn't attach twice on the same USBhselasky2015-05-081-3/+13
* Add support for more than 8 audio channels per PCM stream for USBhselasky2015-05-081-14/+27
* Extend the maximum number of allowed PCM channels in a PCM stream tohselasky2015-05-084-99/+92
* Allow DSP basename cloning to be disabled or enabled at boot andhselasky2015-04-261-3/+9
* snd_hda: add support for the Lenovo X1 20BS model.rpaulo2015-04-154-0/+16
* Make all PCM core sysctls tunable and remove redundant TUNABLE()hselasky2015-03-248-94/+87
* Use the feedback value from the synchronization endpoint as fallbackhselasky2015-03-241-0/+7
* The synchronisation value returned by the so-called feedback endpointhselasky2015-03-213-131/+277
* Revert r274918 and make a better solution. Poll the synchronisationhselasky2015-02-101-42/+54
* Sound: fix typos in user visible messages etc.bapt2015-01-154-4/+4
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canhselasky2015-01-051-2/+2
* Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.mav2014-11-262-0/+2
OpenPOWER on IntegriCloud