[ALSA] Add Shuttle SN25P support
authorTakashi Iwai <tiwai@suse.de>
Tue, 24 May 2005 11:16:56 +0000 (13:16 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sun, 29 May 2005 08:14:38 +0000 (10:14 +0200)
ICE1712 driver
Added the support for Shuttle SN25P.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ice1712/vt1720_mobo.c
sound/pci/ice1712/vt1720_mobo.h

index 3bd92627231c6e0beb1d4b1472c3712a900f26c5..ab61e383024f2218315332cac7213a585e902553 100644 (file)
@@ -110,6 +110,15 @@ struct snd_ice1712_card_info snd_vt1720_mobo_cards[] __devinitdata = {
                .eeprom_size = sizeof(k8x800_eeprom),
                .eeprom_data = k8x800_eeprom,
        },
+       {
+               .subvendor = VT1720_SUBDEVICE_SN25P,
+               .name = "Shuttle SN25P",
+               /* identical with k8x800 */
+               .chip_init = k8x800_init,
+               .build_controls = k8x800_add_controls,
+               .eeprom_size = sizeof(k8x800_eeprom),
+               .eeprom_data = k8x800_eeprom,
+       },
        { } /* terminator */
 };
 
index f949eb804cae03b182551e40006d93d2dc9b0b72..e0b613c0f6a04047a35e719ccaf71dd887d7f25d 100644 (file)
@@ -33,6 +33,7 @@
 #define VT1720_SUBDEVICE_ZNF3_150      0x0f2741f6
 #define VT1720_SUBDEVICE_ZNF3_250      0x0f2745f6
 #define VT1720_SUBDEVICE_9CJS          0x0f272327
+#define VT1720_SUBDEVICE_SN25P         0x97123650
 
 extern struct snd_ice1712_card_info  snd_vt1720_mobo_cards[];
 
This page took 0.02691 seconds and 5 git commands to generate.