aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-27134-1/+269
* Slightly fix bidirectional stream number allocation.Alexander Motin2017-11-251-2/+2
* Add Creative vendor ID.Alexander Motin2017-10-162-0/+5
* Use "Ibex Peak" codename for "5 Series/3400 Series" chipsets.Alexander Motin2017-08-091-2/+2
* Add new Intel Lewisburg and Union Point chipset PCI IDs.Alexander Motin2017-08-092-0/+4
* Declare the "snd_fxdiv_table" once. This shaves around 24Kbytes ofHans Petter Selasky2017-05-251-0/+1
* Increase the allowed maximum number of audio channels from 31 to 127Hans Petter Selasky2017-05-241-4/+4
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-1/+1
* Fix some cases where an index was used before its limits check.Pedro F. Giffuni2017-04-291-2/+2
* Update list of Conexant and Realtek codecs.Alexander Motin2017-04-132-0/+74
* Add ids for ALC233 found on Intel Skull Mountain NUC.Sean Bruno2017-03-252-0/+2
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-283-93/+0
* Add USB audio support for S/PDIF output with C-Media CM6206 devices.Hans Petter Selasky2017-01-171-0/+60
* Limit number of stripes supported by HDA codec to maximum numberMichal Meloun2016-12-283-1/+7
* Style fix.Ruslan Bukin2016-12-072-85/+151
* Add IDs for HDA codecs found on Nvidia Tegra SoCs.Michal Meloun2016-12-042-0/+8
* Fix too low volume on MSI H170 GAMING M3 board by poking vendorPyun YongHyeon2016-12-041-0/+6
* Recognize RealTek ALC1150 7.1 channel HD audio codec.Pyun YongHyeon2016-12-042-0/+2
* Fix copy/paste bug in r308464.Alexander Motin2016-11-091-1/+1
* Add some device IDs found in my new laptop.Alexander Motin2016-11-093-0/+10
* Allow higher sample rates to have more jitter than lower ones.Hans Petter Selasky2016-11-091-6/+7
* Fix improper use of "its".Bryan Drewery2016-11-082-3/+3
* Range check the jitter values to avoid bogus sample rate adjustments.Hans Petter Selasky2016-11-081-3/+16
* Add support for adjusting the hardware buffering delay for USB audio.Hans Petter Selasky2016-10-191-5/+30
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-091-1/+1
* Add support for simplex USB MIDI devices, which only provide BULK orHans Petter Selasky2016-05-311-3/+19
* snd_hda(4): Don't pass bogus sizeof()s to unused sysctl arg2 parameter (again)Conrad Meyer2016-05-121-5/+5
* snd_hda(4): Don't pass bogus sizeof()s to unused sysctl arg2 parameterConrad Meyer2016-05-121-14/+8
* Add some device IDs from Intel Sunrise Point chipsets.Alexander Motin2016-05-032-0/+4
* emu10kx: Don't iterate beyond array boundsConrad Meyer2016-04-261-1/+1
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-4/+4
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-211-5/+2
* sound(4): Don't use-after-free in midi module unloadConrad Meyer2016-04-201-4/+4
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-4/+4
* Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni2016-04-1217-48/+51
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-102-6/+6
* Add some device IDs found on AMD FCH shipsets.Alexander Motin2016-03-292-0/+6
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-1828-34/+34
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-273-18/+33
* Replace several bus_alloc_resource() calls with bus_alloc_resource_any()Justin Hibbits2016-02-273-17/+13
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-194-22/+22
* To support userspace audio daemons like Virtual OSS, /dev/sndstat isHans Petter Selasky2016-02-093-249/+216
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-275-8/+11
* o Add gain-level control registers.Ruslan Bukin2016-01-231-53/+79
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-0/+1
* - Plugging a memory leak when malloc() failed during initialisation;Tai-hwa Liang2015-10-241-4/+8
* Using the error return code documented in the comment.Tai-hwa Liang2015-08-181-1/+1
* Fixing typo as well as improving readability of a few comments.Tai-hwa Liang2015-08-181-6/+11
* Increase output amp on ASUS UX31A by +5dB.Alexander Motin2015-07-201-4/+22