summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change check order to avoid array overrun.mav2008-11-221-2/+2
* Correct association 0 handling.mav2008-11-151-14/+24
* Bring in USB4BSD, Hans Petter Selasky rework of the USB stackalfred2008-11-044-3/+42
* Add quirk to set GPIO2 to enable internal speaker on Dell Vostro 1400.mav2008-10-301-1/+4
* Fix spelling in comment.mav2008-10-251-1/+1
* Bump the revision after the latest commits.mav2008-10-241-1/+1
* Add some special handeling for AD1981HD codec. It has very unusual designmav2008-10-241-0/+18
* Add Intel ICH10 and SCH HDA controllers PCI IDs.mav2008-10-231-0/+4
* Make HDA PCM device boot and sndstat messages more alike to PCI device ones.mav2008-10-201-5/+21
* Tune boot messages a bit.mav2008-10-201-4/+4
* Add all Sigmatel/IDT codecs I could find.mav2008-10-141-12/+93
* Bump driver revision after the previous commit.mav2008-10-121-1/+1
* Fix bug in a second call of the channel allocation function.mav2008-10-121-2/+1
OpenPOWER on IntegriCloud