Searched refs:eeprom_double (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/sound/pci/ice1712/ |
D | ice1712.c | 1517 static inline unsigned int eeprom_double(struct snd_ice1712 *ice, int idx) in eeprom_double() function 1541 snd_iprintf(buffer, " AC'97 main : 0x%x\n", eeprom_double(ice, ICE_EEP1_AC97_MAIN_LO)); in snd_ice1712_proc_read() 1542 snd_iprintf(buffer, " AC'97 pcm : 0x%x\n", eeprom_double(ice, ICE_EEP1_AC97_PCM_LO)); in snd_ice1712_proc_read() 1543 snd_iprintf(buffer, " AC'97 record : 0x%x\n", eeprom_double(ice, ICE_EEP1_AC97_REC_LO)); in snd_ice1712_proc_read()
|