aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/ice1712/phase.h
diff options
context:
space:
mode:
authorMisha Zhilin <misha@epiphan.com>2008-08-01 12:45:14 +0200
committerJaroslav Kysela <perex@perex.cz>2008-08-01 13:37:16 +0200
commit740dc9c4766b462ae88a630e969ddd3ef83a6125 (patch)
treec599fc7d2601df2217fd981b837d781ed399c82d /sound/pci/ice1712/phase.h
parentf90c06a2b613eea24a77d56f24b084745c43713d (diff)
ALSA: ice1724 - Support for Terrasoniq/MUSONIK TS22 PCI card
Added support for Terrasoniq/MUSONIK TS22 PCI card. Signed-off-by: Misha Zhilin <misha@epiphan.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/ice1712/phase.h')
-rw-r--r--sound/pci/ice1712/phase.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/pci/ice1712/phase.h b/sound/pci/ice1712/phase.h
index 13e841b5548..5f0c4dbf30d 100644
--- a/sound/pci/ice1712/phase.h
+++ b/sound/pci/ice1712/phase.h
@@ -25,10 +25,12 @@
*/
#define PHASE_DEVICE_DESC "{Terratec,Phase 22},"\
- "{Terratec,Phase 28},"
+ "{Terratec,Phase 28},"\
+ "{Terrasoniq,TS22},"
#define VT1724_SUBDEVICE_PHASE22 0x3b155011
#define VT1724_SUBDEVICE_PHASE28 0x3b154911
+#define VT1724_SUBDEVICE_TS22 0x3b157b11
/* entry point */
extern struct snd_ice1712_card_info snd_vt1724_phase_cards[];