summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Restore USB MIDI transmit buffer size to 1Kbyte.hselasky2011-07-141-1/+1
* Introduce a quirk for broken USB MIDI hardware instead of limiting performancehselasky2011-07-031-11/+11
* Fix problem about USB MIDI TX data format, that some devices only accepthselasky2011-07-021-23/+30
* Do not attach to the sound device on G5 Xserves, which is actually annwhitehorn2011-06-261-0/+12
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-241-0/+9
* Hide driver revision behind bootverbose.joel2011-06-151-1/+4
* Add bunch of Conexant codec IDs. For some of them add quirks to disablemav2011-06-131-0/+39
* Make automatic hw.snd.default_unit choice a bit more intelligent. Insteadmav2011-06-071-18/+36
* Add better names for the Intel HDMI audio codecs.mav2011-05-261-12/+14
* usb: change to one-pass probing of device driversavg2011-05-181-5/+2
* fix build on 32-bit platforms for r221803avg2011-05-121-1/+1
* dsp/pcm: allow to mmap both read and write buffers using the same fdavg2011-05-121-21/+35
* Correct a typojfv2011-05-121-1/+1
* Chipset support for the new Intel Panther Point PCH, thanksjfv2011-05-111-0/+2
* Workaround for broken no-name USB audio devices sold by dealextremehselasky2011-05-091-1/+48
* SNDCTL_DSP_GETIPTR: set pointer to sndbuf_getfreeptr()avg2011-05-031-1/+1
* Only set the sample rate if the USB audio channel reportshselasky2011-04-201-4/+3
* Allocate the sound buffer DMA memory coherent. While NetBSD typicallymarius2011-03-111-1/+1
* - Add support for some non-standard USB MIDI devices from Roland, byhselasky2011-02-241-15/+32
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* - Make an enum for all the umidi USB transfers.hselasky2011-02-181-108/+62
* 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
OpenPOWER on IntegriCloud