Home
last modified time | relevance | path

Searched refs:ICE1712_CFG_NO_CON_AC97 (Results 1 – 2 of 2) sorted by relevance

/sound/pci/ice1712/
Dice1712.h196 #define ICE1712_CFG_NO_CON_AC97 0x10 /* consumer AC'97 codec is not present */ macro
261 #define ice_has_con_ac97(ice) (!((ice)->eeprom.data[ICE_EEP1_CODEC] & ICE1712_CFG_NO_CON_AC97))
Dice1712.c2398 if (!(ice->eeprom.data[ICE_EEP1_CODEC] & ICE1712_CFG_NO_CON_AC97)) { in snd_ice1712_chip_init()
2409 ((ice->eeprom.data[ICE_EEP1_CODEC] & ICE1712_CFG_NO_CON_AC97) ? in snd_ice1712_chip_init()