aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/ice1712.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/ice1712/ice1712.h')
-rw-r--r--sound/pci/ice1712/ice1712.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/ice1712/ice1712.h b/sound/pci/ice1712/ice1712.h
index 053f8e56fd68..d4776319a0cd 100644
--- a/sound/pci/ice1712/ice1712.h
+++ b/sound/pci/ice1712/ice1712.h
@@ -495,6 +495,8 @@ struct snd_ice1712_card_info {
495 int (*chip_init)(struct snd_ice1712 *); 495 int (*chip_init)(struct snd_ice1712 *);
496 int (*build_controls)(struct snd_ice1712 *); 496 int (*build_controls)(struct snd_ice1712 *);
497 unsigned int no_mpu401: 1; 497 unsigned int no_mpu401: 1;
498 const char *mpu401_1_name;
499 const char *mpu401_2_name;
498 unsigned int eeprom_size; 500 unsigned int eeprom_size;
499 unsigned char *eeprom_data; 501 unsigned char *eeprom_data;
500}; 502};