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