Lines Matching defs:snd_ice1712_card_info
520 struct snd_ice1712_card_info { struct
521 unsigned int subvendor;
522 const char *name;
523 const char *model;
524 const char *driver;
525 int (*chip_init)(struct snd_ice1712 *);
526 void (*chip_exit)(struct snd_ice1712 *);
527 int (*build_controls)(struct snd_ice1712 *);
528 unsigned int no_mpu401:1;
529 unsigned int mpu401_1_info_flags;
530 unsigned int mpu401_2_info_flags;
531 const char *mpu401_1_name;
532 const char *mpu401_2_name;
533 const unsigned int eeprom_size;
534 const unsigned char *eeprom_data;