Searched defs:snd_ice1712_eeprom (Results 1 – 2 of 2) sorted by relevance
226 struct snd_ice1712_eeprom { struct227 unsigned int subvendor; /* PCI[2c-2f] */228 unsigned char size; /* size of EEPROM image in bytes */229 unsigned char version; /* must be 1 (or 2 for vt1724) */230 unsigned char data[32];231 unsigned int gpiomask;232 unsigned int gpiostate;233 unsigned int gpiodir;
1633 static struct snd_kcontrol_new snd_ice1712_eeprom = { variable