summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Add one more board ID with inverted external amplifier control.mav2009-05-081-0/+1
* - Unlock softc mutex on failure.stas2009-04-201-8/+15
* - Properly unlock mutex on failure in channel_trigger. Before thisstas2009-04-201-8/+15
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-35/+35
* Add some more logic for AD1986A codec input tracing. Use mic preamplifiermav2009-04-011-5/+42
* Fixup relative pointers after channel realloc. It fixes crash on systemsmav2009-03-291-8/+11
* Remove CD input hack for ALC268 based Acer systems. Latest systems does notmav2009-03-161-5/+7
* Fix spelling in message.mav2009-03-161-3/+3
* remove now-redunant cardbus attachment.imp2009-03-092-2/+0
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-021-1/+1
* Copy/paste bug fix for previos commit.mav2009-02-271-1/+1
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-271-10/+8
* Add MSI blacklisting support.mav2009-02-261-47/+76
* Move the uaudio and ata-usb drivers into their correct locations.thompsa2009-02-234-0/+4452
* Move two missed usb drivers out to the graveyard location under sys/legacy/dev.thompsa2009-02-234-5603/+0
* Enable MSI support by default. Still can be disabled using device.hints.mav2009-02-151-18/+5
* s/succeded/succeeded/ in comments.mav2009-02-121-3/+3
* All open fixes and improvements from Konstantin for which users had tonetchild2009-02-113-7/+62
* Hmm... "base? base : 0" and "base" should be equivalent.cognet2009-02-091-1/+1
* Rearrange this code slightly to pass softcs around instead of device_t,nwhitehorn2009-02-076-57/+85
* Fix bug in hint.hdac.X.config parsing.mav2009-01-311-2/+2
* Specify analog beep pin widget for several AD codecs.mav2009-01-261-1/+8
* Change the way our softc is stored to use the devinfo facility provided by pcmnwhitehorn2009-01-264-27/+20
* Add support for the I2S and davbus audio controllers found in Apple PowerPCnwhitehorn2009-01-257-0/+2953
* Add two more nVidia HDMI codec IDs.mav2009-01-191-0/+4
* Add support for CMedia CMI120.keramida2009-01-181-0/+4
* Correct spelling in comment.mav2009-01-131-2/+2
* Improve AD1983 codec support:mav2009-01-131-1/+28
* Change configuration order to enable output only after codec is configured.mav2009-01-131-58/+55
* Fix unwanted crosschannel mixing, possible on some codecs likemav2009-01-111-4/+8
* OSS tools expect EINVAL for unsupported ioctls, but not ENXIO.mav2009-01-101-3/+2
* Make devnode include full device path.mav2009-01-101-1/+2
* Remove debug slipped with the previous commit.mav2009-01-101-1/+0
* Import some new constants and structures fields from OSSv4.mav2009-01-104-30/+68
* Add one more bunch of controller and codec IDs.mav2009-01-101-2/+77
* Add external connector jack color into widget names.mav2009-01-081-4/+11
* Add some new oss_sysinfo structure fields from OSSv4.mav2009-01-071-0/+3
* - Remove snd_au88x0 which seems never got compiled into kernel nor as a kernelrafan2009-01-072-908/+0
* Add some found NVidia MCP7x HDA controller IDs.mav2008-12-271-0/+20
* Add some special handling for AD1986A codec:mav2008-12-261-1/+27
* Organize Conexant codecs.mav2008-12-231-18/+11
* Add 9 more Analog Devices codec names.mav2008-12-221-2/+20
* Add ULI M5461 chipset and vendor ID.mav2008-12-181-1/+8
* Add some HDMI codec IDs.mav2008-12-161-0/+10
* Add VIA VT1708B codec IDs.mav2008-12-151-0/+16
* Remove DELAY() on hdac_audio_commit().mav2008-11-231-1/+0
* Do not use soft PCM volume for digital outputs to allow SPDIF AC3 bypassmav2008-11-231-4/+8
* Strictly differentiate digital and analog PCM devices according to codecmav2008-11-232-58/+91
* Whitespace cleanup for previous commit.mav2008-11-221-3/+3
* Handle device_get_children() errors in more correct way.mav2008-11-221-9/+12
OpenPOWER on IntegriCloud