Searched defs:snd_ice1712_card_info (Results 1 – 1 of 1) sorted by relevance
521 struct snd_ice1712_card_info { struct522 unsigned int subvendor;523 const char *name;524 const char *model;525 const char *driver;526 int (*chip_init)(struct snd_ice1712 *);527 void (*chip_exit)(struct snd_ice1712 *);528 int (*build_controls)(struct snd_ice1712 *);529 unsigned int no_mpu401:1;530 unsigned int mpu401_1_info_flags;[all …]