Home
last modified time | relevance | path

Searched defs:snd_ice1712_eeprom (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/pci/ice1712/
Dice1712.h226 struct snd_ice1712_eeprom { struct
227 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;
Dice1712.c1633 static struct snd_kcontrol_new snd_ice1712_eeprom = { variable