Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ice1712/
H A Dice1712.h213 struct snd_ice1712_eeprom { struct
214 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;
H A Dice1712.c1582 static const struct snd_kcontrol_new snd_ice1712_eeprom = { variable