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