| Commit message (Expand) | Author | Age | Files | Lines |
* | Add mixer save/restore capability to the audio(4) driver and |  ratchov | 2018-04-11 | 1 | -18/+1 |
* | Fix negative array index read. Coverity CID 1453243 and 1453334. |  mestre | 2017-08-22 | 1 | -7/+15 |
* | Remove drain(), query_encoding(), mappage() and get_default_params() |  ratchov | 2016-09-14 | 1 | -7/+1 |
* | fairly simple sizes for free(); ok tedu |  deraadt | 2015-08-28 | 1 | -2/+2 |
* | Remove all audio format conversion code from the kernel (btw holding |  ratchov | 2015-05-11 | 1 | -4/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | use host_flags directly as they're initialized during attach time. |  fgsch | 2011-01-03 | 1 | -3/+2 |
* | the flags method of the ac97 host interface is optional. check that |  jakemsr | 2011-01-03 | 1 | -2/+3 |
* | * recognize/support the Dynex DX-SC51 in envy(4) |  jakemsr | 2010-12-22 | 1 | -2/+24 |
* | suspend/resume support for auich, and some infrastructure in ac97 |  jakemsr | 2010-08-08 | 1 | -14/+78 |
* | add two new members to structs audio_encoding and audio_prinfo. |  jakemsr | 2010-07-15 | 1 | -1/+3 |
* | Add VT1617 codec ID used in VIA Tremor 5.1 cards, |  ratchov | 2010-02-25 | 1 | -1/+2 |
* | - instead of rolling a macro that is functional equivalent to nitems(), |  jasper | 2009-12-15 | 1 | -8/+6 |
* | S/PDIF output support in ac97(4), auich(4) and auvia(4) |  jakemsr | 2008-10-23 | 1 | -12/+64 |
* | reove redundant variable sample rate checks. |  jakemsr | 2008-10-23 | 1 | -13/+1 |
* | add a function to get default parameters for ac97 codecs. all ac97 |  jakemsr | 2008-05-25 | 1 | -1/+18 |
* | pin 47 on ALC65{0,5,8} ac97 codecs can be used for either eapd or |  jakemsr | 2008-02-12 | 1 | -1/+9 |
* | bring in lots of ac97(4) and auvia(4) updates from NetBSD |  jakemsr | 2008-01-15 | 1 | -226/+455 |
* | Check for a negative devinfo index, which could get here through |  deanna | 2008-01-13 | 1 | -2/+2 |
* | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. |  krw | 2007-10-01 | 1 | -4/+2 |
* | Add ids for two Conexant codecs; not sure they're official |  ian | 2007-07-27 | 1 | -2/+3 |
* | don't always spew massive debug messages just because AUDIO_DEBUG is |  jakemsr | 2007-07-09 | 1 | -3/+2 |
* | newer alc codecs have revision in the low bits; pt out by jasper |  mickey | 2006-06-30 | 1 | -5/+5 |
* | Quirk for MSI Megabook S270 audio output. Ok deraadt@. |  matthieu | 2006-04-27 | 1 | -2/+6 |
* | correct CX20468 initialization; mickey@ ok'ed this some time ago. |  fgsch | 2005-12-28 | 1 | -3/+3 |
* | some codecs have an external amplifier, and in some hw the bit to powering |  fgsch | 2005-12-14 | 1 | -21/+9 |
* | ansi, no binary change. |  fgsch | 2005-12-12 | 1 | -50/+30 |
* | Switch master and surround volume controls on AD1888 and AD1985 |  canacar | 2005-06-18 | 1 | -5/+24 |
* | correct names for miscellaneous control bit register |  mjc | 2005-06-06 | 1 | -2/+2 |
* | AD1981 is actually AD1980 |  mjc | 2005-06-06 | 1 | -2/+2 |
* | correctly initialize AD1886. |  joris | 2005-05-25 | 1 | -2/+11 |
* | add support for enabling amp power on a non-documented Conexant codec |  todd | 2005-02-16 | 1 | -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 anyway |  mickey | 2005-01-31 | 1 | -3/+23 |
* | Fix two Cirrus Logic codec IDs. |  kettenis | 2005-01-30 | 1 | -3/+3 |
* | update dead URL, from Steve Shockley <steve.shockley@shockley.net> |  jaredy | 2005-01-17 | 1 | -2/+2 |
* | ad1981 does not like init; from fgsch@ |  mickey | 2004-11-22 | 1 | -2/+2 |
* | a few more codecs from nbsd |  mickey | 2004-11-18 | 1 | -3/+11 |
* | a few more c-media codec ids |  mickey | 2004-10-14 | 1 | -1/+4 |
* | a whole bunch of avance logic codecs and also patch for some |  mickey | 2004-10-04 | 1 | -3/+26 |
* | two more icensemble codecs. now they are via really... |  mickey | 2004-09-14 | 1 | -1/+3 |
* | kill evil spaces |  mickey | 2004-04-23 | 1 | -11/+10 |
* | properly id CX20468 and patch it too, also one more _cx codec; made possible by fries@ |  mickey | 2004-04-23 | 1 | -4/+16 |
* | change url; jjy2+@pitt.edu |  deraadt | 2004-02-27 | 1 | -3/+3 |
* | another ad codec |  mickey | 2003-11-05 | 1 | -1/+2 |
* | more codec |  mickey | 2003-09-25 | 1 | -4/+22 |
* | VT1612A; matthew.gream@pobox.com |  deraadt | 2003-07-23 | 1 | -1/+4 |
* | Add support for AD1985, deraadt@ ok |  couderc | 2003-07-15 | 1 | -3/+29 |
* | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. |  ho | 2003-04-27 | 1 | -2/+2 |
* | a couple of sigmatel codec ids |  mickey | 2003-04-09 | 1 | -1/+3 |