Lines Matching defs:snd_ice1712_card_info
521 struct snd_ice1712_card_info { struct
522 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;
531 unsigned int mpu401_2_info_flags;
532 const char *mpu401_1_name;
533 const char *mpu401_2_name;
534 const unsigned int eeprom_size;
535 const unsigned char *eeprom_data;