summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Correct signedness and off-by-one issues in parameters used for DMA tagmarius2011-02-092-2/+2
* Support for the new Patsburg PCH chipset:jfv2011-02-011-1/+5
* Fix up a few more sysctl(9) mis-typing found in various LINT builds.mdf2011-01-131-2/+2
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Add device id for RDC M3010 which is found on Vortex86 SoC.yongari2010-12-281-0/+5
* Merge amd64 and i386 bus.h and move the resulting header to x86. Replacetijl2010-12-201-1/+1
* Use convenience functions where possible instead of accessing the PCItijl2010-12-182-12/+0
* Fix typos.brucec2010-11-091-2/+2
* Make hw.snd.vpc_0db to be also a loader tunable.mav2010-10-251-0/+1
* Fix a brain-o: wrong case statement semantics.rpaulo2010-10-132-2/+4
* Add Intel Cougar Point PCH HD Audio Controller IDjfv2010-08-281-0/+2
* Do not free sc if attach failed, as it was allocated by the busgavin2010-08-041-1/+0
* - fix for USB audio devices which use the 7-byte endpoint descriptor instead ofthompsa2010-06-222-54/+9
* Reduce MIDI input buffer size to one USB packet, hence some USB devices don'tthompsa2010-06-221-8/+2
* sound/pcm: use non-const string as a value with SYSCTL_STRINGavg2010-06-153-3/+3
* Add set of codec IDs.mav2010-06-091-0/+10
* - Remove more dead code[1]. Since r207330, we only need to check divisionjkim2010-05-042-14/+11
* Remove dead code. Calculated greatest common divisor was not used at all.jkim2010-04-281-11/+0
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-11/+11
* Fix the gap between mute and lowest possible volume. The es1370 mixerjoel2010-04-011-2/+2
* Start copyright notices with /*-joel2010-03-296-6/+6
* Fix lock leakage.mav2010-03-271-0/+1
* Add some more codec IDs.mav2010-03-211-1/+15
* Looks like I forgot to add half of the copyright text when we switched tojoel2010-03-081-0/+12
* Fix bug in headphones audio redirection using separate DAC. It was exposedmav2010-02-261-2/+2
* Rename usb2_ structures and variables to usb_.brucec2010-02-082-78/+78
* Oops! r202789 broke recording from input mixer. Restore previous "mix"mav2010-01-221-4/+14
* - Improve tracer, to handle more cases of input-to-output monitoringmav2010-01-221-60/+84
* Print playback channels paths in order of their sequence numbers, not nids.mav2010-01-211-7/+7
* Hide from default sndstat some information not used on daily basis,mav2010-01-132-11/+16
* Make OSS_GETVERSION ioctl supported also for DSP devices,mav2010-01-121-0/+4
* Make default recording source choosing more intelligent.mav2010-01-121-3/+9
* Align buffer size to LCM of 128bytes, required by hardware, and alignment ofmav2010-01-121-4/+28
* Make OSS_GETVERSION ioctl really work. It has 'M' group, not 'P',mav2010-01-122-42/+32
* Add multichannel (4.0 and 7.1) playback support. 5.1 mode support blockedmav2010-01-112-43/+82
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-1/+2
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-282-2/+2
* - add support for more than 2 audio channels. [1]thompsa2009-12-221-70/+146
* Add one more set of codec IDs.mav2009-12-111-0/+8
* Add two Cirrus Logic codec IDs.mav2009-11-261-0/+10
* add support for MIDI devices without audio control stream.thompsa2009-11-221-0/+7
* remove volume alignment (was previously not correctly implemented)thompsa2009-11-201-13/+7
* Add more codec IDs.mav2009-11-131-1/+23
* Improve support for High-speed USB audio devices.thompsa2009-11-081-121/+120
* Fix typo in previous commit.mav2009-09-301-1/+3
* Add some bits of HDMI/DisplayPort support from later specification updates.mav2009-09-292-13/+100
* Move es137x.c and es137x.h to a 2-clause BSD license. Also move a fewjoel2009-09-222-14/+34
* - According to Linux, the ALi M5451 can do 31-bit DMA instead of justmarius2009-09-221-18/+78
OpenPOWER on IntegriCloud