Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1595
b: refs/heads/master
c: b9cce37
h: refs/heads/master
i:
  1593: f28fa08
  1591: b25be2d
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed May 29, 2005
1 parent 37af209 commit 64897b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d6e33796b5857adf418b07f8f7ce65f46163b2f1
refs/heads/master: b9cce37411edd668ae5dbc16aa9653800c8e0744
9 changes: 9 additions & 0 deletions trunk/sound/pci/ice1712/vt1720_mobo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

1 change: 1 addition & 0 deletions trunk/sound/pci/ice1712/vt1720_mobo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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[];

Expand Down

0 comments on commit 64897b7

Please sign in to comment.