summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Fix a few comment typos.joel2012-01-151-4/+4
* Remove spurious 8bit chars, turning files into plain ASCII.uqs2012-01-151-2/+2
* Major snd_hda driver rewrite:mav2012-01-1510-7312/+8829
* Replace GPL'd headers in the emu10kx snd driver code.pfg2012-01-115-293/+312
* Fix an inconsistency that crept in while replacing constantspfg2012-01-111-2/+2
* Replace a GPL'd header in the emu10k1 snd driver code.pfg2012-01-032-235/+1006
* Oops, list of IDs is not sequential. Have to list all of them expoicitly.mav2011-12-201-2/+10
* Cast some vendor-specific spell on VIA VT1708S codecs to:mav2011-12-201-5/+39
* Use usbd_transfer_unsetup() instead of usbd_transfer_stop() so thathselasky2011-12-141-2/+4
* Stop USB audio transfers early so that any audio applicationshselasky2011-12-142-1/+14
* - There's no need to overwrite the default device method with the defaultmarius2011-11-225-12/+12
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-073-3/+3
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-076-6/+6
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* dsp_ioctl: fix type of variable used to store ioctl requestavg2011-09-121-1/+2
* Fix precedence warning when compiling kernel with clang.hselasky2011-09-061-2/+2
* Fix headphones pin configuration on Lenovo B450 laptop.mav2011-08-181-0/+8
* 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
OpenPOWER on IntegriCloud