summaryrefslogtreecommitdiff
path: root/sys/dev/pci/azalia.c
AgeCommit message (Expand)Author
2006-09-21missing args for printf; some from Aurelien <aurelien26 at free dot fr>.Federico G. Schwindt
2006-07-21Do not check if CORBRPST is set for any chipsets.Brad Smith
2006-07-20Don't check the CORBRPRST flag for the NVidia MCP51/55 and ALI M5461.Brad Smith
2006-06-30fix comment, pointed out by kettenisTheo de Raadt
2006-06-30do not master enable, already done elsewhereTheo de Raadt
2006-06-28* azalia_pci_detach()Brad Smith
2006-06-25If the encoding of an audio converter is 0, refer toBrad Smith
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-06-21make sure to return and indicate an error when an invalid PCM formatBrad Smith
2006-06-17check return values of azalia_init_corb() and azalia_init_rirb().Brad Smith
2006-06-16- generic_mixer_default()Brad 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-06-07shut up and play the music.Jason Wright
2006-06-06- general cleaning, removing unneeded vars, spelling, etcJason Wright
2006-05-11use the PCI multimedia subclass type HD audio define from pcireg.hBrad Smith
2006-05-08fix printf.Brad Smith
2006-05-08sync NetBSD RCS idsBrad Smith
2006-05-08Don't crash when a connection list has invalid NIDs.Brad Smith
2006-05-08add some trace messages in azalia_mixer_init().Brad Smith
2006-05-08- make this compile with AZALIA_DEBUGBrad Smith
2006-05-08- Don't assume the device always has PCI_MAPREG_MEM_TYPE_64BIT. [1]Brad Smith
2006-04-26not quite working driver for azalia audio (this is essentially AC97 for > 2005)Jason Wright