summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ac97.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add mixer save/restore capability to the audio(4) driver andratchov2018-04-111-18/+1
* Fix negative array index read. Coverity CID 1453243 and 1453334.mestre2017-08-221-7/+15
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-7/+1
* fairly simple sizes for free(); ok teduderaadt2015-08-281-2/+2
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-4/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* use host_flags directly as they're initialized during attach time.fgsch2011-01-031-3/+2
* the flags method of the ac97 host interface is optional. check thatjakemsr2011-01-031-2/+3
* * recognize/support the Dynex DX-SC51 in envy(4)jakemsr2010-12-221-2/+24
* suspend/resume support for auich, and some infrastructure in ac97jakemsr2010-08-081-14/+78
* add two new members to structs audio_encoding and audio_prinfo.jakemsr2010-07-151-1/+3
* Add VT1617 codec ID used in VIA Tremor 5.1 cards,ratchov2010-02-251-1/+2
* - instead of rolling a macro that is functional equivalent to nitems(),jasper2009-12-151-8/+6
* S/PDIF output support in ac97(4), auich(4) and auvia(4)jakemsr2008-10-231-12/+64
* reove redundant variable sample rate checks.jakemsr2008-10-231-13/+1
* add a function to get default parameters for ac97 codecs. all ac97jakemsr2008-05-251-1/+18
* pin 47 on ALC65{0,5,8} ac97 codecs can be used for either eapd orjakemsr2008-02-121-1/+9
* bring in lots of ac97(4) and auvia(4) updates from NetBSDjakemsr2008-01-151-226/+455
* Check for a negative devinfo index, which could get here throughdeanna2008-01-131-2/+2
* More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'.krw2007-10-011-4/+2
* Add ids for two Conexant codecs; not sure they're officialian2007-07-271-2/+3
* don't always spew massive debug messages just because AUDIO_DEBUG isjakemsr2007-07-091-3/+2
* newer alc codecs have revision in the low bits; pt out by jaspermickey2006-06-301-5/+5
* Quirk for MSI Megabook S270 audio output. Ok deraadt@.matthieu2006-04-271-2/+6
* correct CX20468 initialization; mickey@ ok'ed this some time ago.fgsch2005-12-281-3/+3
* some codecs have an external amplifier, and in some hw the bit to poweringfgsch2005-12-141-21/+9
* ansi, no binary change.fgsch2005-12-121-50/+30
* Switch master and surround volume controls on AD1888 and AD1985canacar2005-06-181-5/+24
* correct names for miscellaneous control bit registermjc2005-06-061-2/+2
* AD1981 is actually AD1980mjc2005-06-061-2/+2
* correctly initialize AD1886.joris2005-05-251-2/+11
* add support for enabling amp power on a non-documented Conexant codectodd2005-02-161-1/+19
* add a bunch of more codecs from var srcs. this makes almost everything from the dmesglog to be resolved proper. most unresolvants are bit-errors on the ac link anywaymickey2005-01-311-3/+23
* Fix two Cirrus Logic codec IDs.kettenis2005-01-301-3/+3
* update dead URL, from Steve Shockley <steve.shockley@shockley.net>jaredy2005-01-171-2/+2
* ad1981 does not like init; from fgsch@mickey2004-11-221-2/+2
* a few more codecs from nbsdmickey2004-11-181-3/+11
* a few more c-media codec idsmickey2004-10-141-1/+4
* a whole bunch of avance logic codecs and also patch for somemickey2004-10-041-3/+26
* two more icensemble codecs. now they are via really...mickey2004-09-141-1/+3
* kill evil spacesmickey2004-04-231-11/+10
* properly id CX20468 and patch it too, also one more _cx codec; made possible by fries@mickey2004-04-231-4/+16
* change url; jjy2+@pitt.eduderaadt2004-02-271-3/+3
* another ad codecmickey2003-11-051-1/+2
* more codecmickey2003-09-251-4/+22
* VT1612A; matthew.gream@pobox.comderaadt2003-07-231-1/+4
* Add support for AD1985, deraadt@ okcouderc2003-07-151-3/+29
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-2/+2
* a couple of sigmatel codec idsmickey2003-04-091-1/+3