Lines Matching defs:snd_ice1712_card_info
507 struct snd_ice1712_card_info { struct
508 unsigned int subvendor;
509 const char *name;
510 const char *model;
511 const char *driver;
512 int (*chip_init)(struct snd_ice1712 *);
513 void (*chip_exit)(struct snd_ice1712 *);
514 int (*build_controls)(struct snd_ice1712 *);
515 unsigned int no_mpu401:1;
516 unsigned int mpu401_1_info_flags;
517 unsigned int mpu401_2_info_flags;
518 const char *mpu401_1_name;
519 const char *mpu401_2_name;
520 const unsigned int eeprom_size;
521 const unsigned char *eeprom_data;