summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Add NVidia MCP89 HDA controller IDs.mav2009-09-091-0/+8
* Add Intel 82801JD (one more ICH10) HDA controller ID.mav2009-09-091-2/+4
* Improve HDA controller capabilities logging.mav2009-09-023-6/+10
* Remove redundant Giant reference. Giant will be droppedalfred2009-08-241-2/+2
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-2/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+2
* USB audio:alfred2009-07-301-38/+40
* Disable MSI by default for nVidia MCP55 chipset.mav2009-07-141-1/+1
* - Do aggresive saturation on various polynomial interpolators.ariff2009-07-141-93/+98
* Isochronous transfers only have 1 frame buffer, but multiplemarcel2009-07-121-1/+1
* Rearrange shift operation to increase interpolation accuracy,ariff2009-07-091-60/+60
* - Increase dynamic range of filter coefficients from 28bit to 30bit.ariff2009-07-051-10/+10
* Use the correct mutex in umidi_open()thompsa2009-06-271-4/+4
* Change the type of uio_resid member of struct uio from int to ssize_t.kib2009-06-252-6/+6
* Some DMA related changes:mav2009-06-241-33/+35
* Slight comment fix.ariff2009-06-241-5/+4
* Fix a typeo in the frame len function to unbreak the build, make it shorterthompsa2009-06-231-1/+1
OpenPOWER on IntegriCloud