diff options
-rw-r--r-- | sound/pci/ice1712/vt1720_mobo.c | 9 | ||||
-rw-r--r-- | sound/pci/ice1712/vt1720_mobo.h | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/sound/pci/ice1712/vt1720_mobo.c b/sound/pci/ice1712/vt1720_mobo.c index 3bd92627231c..ab61e383024f 100644 --- a/sound/pci/ice1712/vt1720_mobo.c +++ b/sound/pci/ice1712/vt1720_mobo.c | |||
@@ -110,6 +110,15 @@ struct snd_ice1712_card_info snd_vt1720_mobo_cards[] __devinitdata = { | |||
110 | .eeprom_size = sizeof(k8x800_eeprom), | 110 | .eeprom_size = sizeof(k8x800_eeprom), |
111 | .eeprom_data = k8x800_eeprom, | 111 | .eeprom_data = k8x800_eeprom, |
112 | }, | 112 | }, |
113 | { | ||
114 | .subvendor = VT1720_SUBDEVICE_SN25P, | ||
115 | .name = "Shuttle SN25P", | ||
116 | /* identical with k8x800 */ | ||
117 | .chip_init = k8x800_init, | ||
118 | .build_controls = k8x800_add_controls, | ||
119 | .eeprom_size = sizeof(k8x800_eeprom), | ||
120 | .eeprom_data = k8x800_eeprom, | ||
121 | }, | ||
113 | { } /* terminator */ | 122 | { } /* terminator */ |
114 | }; | 123 | }; |
115 | 124 | ||
diff --git a/sound/pci/ice1712/vt1720_mobo.h b/sound/pci/ice1712/vt1720_mobo.h index f949eb804cae..e0b613c0f6a0 100644 --- a/sound/pci/ice1712/vt1720_mobo.h +++ b/sound/pci/ice1712/vt1720_mobo.h | |||
@@ -33,6 +33,7 @@ | |||
33 | #define VT1720_SUBDEVICE_ZNF3_150 0x0f2741f6 | 33 | #define VT1720_SUBDEVICE_ZNF3_150 0x0f2741f6 |
34 | #define VT1720_SUBDEVICE_ZNF3_250 0x0f2745f6 | 34 | #define VT1720_SUBDEVICE_ZNF3_250 0x0f2745f6 |
35 | #define VT1720_SUBDEVICE_9CJS 0x0f272327 | 35 | #define VT1720_SUBDEVICE_9CJS 0x0f272327 |
36 | #define VT1720_SUBDEVICE_SN25P 0x97123650 | ||
36 | 37 | ||
37 | extern struct snd_ice1712_card_info snd_vt1720_mobo_cards[]; | 38 | extern struct snd_ice1712_card_info snd_vt1720_mobo_cards[]; |
38 | 39 | ||