aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* Tune chipset naming.Alexander Motin2019-03-202-5/+5
* Export vendor specific USB MIDI device list to PnP info.Hans Petter Selasky2019-01-301-0/+1
* Add quirk to enable mic and headphones redirection on HP Spectre laptops.Vladimir Kondratyev2019-01-222-0/+13
* snd_uaudio: Add quirks for Edirol UA-25EX in advanced driver mode.Hans Petter Selasky2019-01-122-4/+4
* Fix reading of USB sample rate descriptor for SPL Crimson Rev 1.Hans Petter Selasky2018-12-251-7/+46
* Add a comment noting that the additional range checks are not needed.Konstantin Belousov2018-12-021-1/+4
* Don't read the USB audio sync endpoint when we don't use it to saveHans Petter Selasky2018-11-081-1/+11
* Adjust SiS 966/968 HDA controller naming.Alexander Motin2018-11-021-1/+1
* The event bytes should be unsigned char.Hans Petter Selasky2018-10-221-1/+1
* Drop sequencer mutex around uiomove() and make sure we don't move more bytesHans Petter Selasky2018-10-221-2/+15
* Fix off-by-one which can lead to panics.Hans Petter Selasky2018-10-221-1/+1
* Revert r338423, reapplying r338422, which did get approval butGlen Barber2018-09-012-4/+290
* Revert r338422, which was did not get official approval from re@.Glen Barber2018-09-012-290/+4
* Adding support for CS46xx MIDI output. With this patch, users canTai-hwa Liang2018-09-012-4/+290
* Adding device ID for Terratec SiXPack 5.1+.Tai-hwa Liang2018-08-221-0/+1
* Extending the delay cycles to give the codec more time to pump ADC data acros...Tai-hwa Liang2018-08-191-1/+1
* snd_hda: Synchronize DMA buffers for the control pathJustin Hibbits2018-08-012-12/+13
* snd_hda: Byteswap the buffer descriptor entries as neededJustin Hibbits2018-07-311-4/+4
* snd_hda: Make codec control path endian safeJustin Hibbits2018-07-301-5/+7
* snd_hda: Print error codes in decimal, rather than hexJustin Hibbits2018-07-301-5/+5
* snd_hda: Only free streams DMA maps if the streams list has been createdJustin Hibbits2018-07-301-2/+3
* Use https over http for FreeBSD pagesEitan Adler2018-07-272-2/+2
* Update modify counter when setting a mixer control.Hans Petter Selasky2018-07-231-0/+1
* hda(4)Sean Bruno2018-04-232-0/+10
* Add ISA PNP tables to ISA drivers. Fix a few incidental comments.Warner Losh2018-01-294-4/+4
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-212-11/+10
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-132-10/+11
* 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