summaryrefslogtreecommitdiff
path: root/sys/dev/pci/azalia_codec.c
AgeCommit message (Expand)Author
2006-07-23Make the default value of outputs.linein.dir "output" for the ThinkPad T60.Brad Smith
2006-07-20Re-enable the widget init routine for the Analog Devices AD1981HD codec.Brad Smith
2006-07-19fix crash by reading a mixer value with AD1891HD codec, whichBrad Smith
2006-06-25DAC&ADC group and custom mixer table for the CMedia CMI9880.Brad Smith
2006-06-17Fix a bug that AUDIO_MIXER_READ returns an incorrectBrad Smith
2006-06-16- generic_mixer_default()Brad Smith
2006-06-16I am keeping the Analog Devices AD1981HD widget init routine disabled butBrad Smith
2006-06-16* support for multi-channel (>=3) recording with ALC880, ALC882, or STAC9221Brad Smith
2006-06-14- If the codec has support for a modem then print that there is noBrad Smith
2006-06-14* move mixer functions from azalia.c to azalia_codec.c, andBrad Smith
2006-05-18disable the Analog Devices AD1981HD codec widget init routine for now.Brad Smith
2006-05-18de-staticBrad Smith
2006-05-11fix incorrect ADC list for ALC880.Brad Smith
2006-05-08readable names for AD1981HD codecBrad Smith
2006-05-08ALC260: improve readability of mixer item names.Brad Smith
2006-05-08support for 8ch playback with STAC9221D codec.Brad Smith
2006-05-08OpenBSD RCS idsBrad Smith
2006-04-26not quite working driver for azalia audio (this is essentially AC97 for > 2005)Jason Wright