Searched defs:snd_ice1712_eeprom (Results 1 – 2 of 2) sorted by relevance
213 struct snd_ice1712_eeprom { struct214 unsigned int subvendor; /* PCI[2c-2f] */215 unsigned char size; /* size of EEPROM image in bytes */216 unsigned char version; /* must be 1 (or 2 for vt1724) */217 unsigned char data[32];218 unsigned int gpiomask;219 unsigned int gpiostate;220 unsigned int gpiodir;
1582 static const struct snd_kcontrol_new snd_ice1712_eeprom = { variable