diff options
author | Julian Scheel <julian@jusst.de> | 2008-01-16 13:50:00 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:30:03 -0500 |
commit | 6b8d6e5518e2812b150c2d7c1e975a1bd33f0ccc (patch) | |
tree | e4797d6613098ae2590c0aebdf526a93872f9009 /sound/pci/ice1712/ice1724.c | |
parent | da65fd3bf10c3500502e448c76917f5e86e28b28 (diff) |
[ALSA] ICE1724: Added support for Audiotrak Prodigy 7.1 HiFi & HD2, Hercules Fortissimo IV
See ALSA bug#2384 for more details.
Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Konstantin Kletschke <konsti@ku-gbr.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/ice1712/ice1724.c')
-rw-r--r-- | sound/pci/ice1712/ice1724.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/ice1712/ice1724.c b/sound/pci/ice1712/ice1724.c index 3147cbc9edb3..c89a4fe72a49 100644 --- a/sound/pci/ice1712/ice1724.c +++ b/sound/pci/ice1712/ice1724.c | |||
@@ -47,6 +47,7 @@ | |||
47 | #include "vt1720_mobo.h" | 47 | #include "vt1720_mobo.h" |
48 | #include "pontis.h" | 48 | #include "pontis.h" |
49 | #include "prodigy192.h" | 49 | #include "prodigy192.h" |
50 | #include "prodigy_hifi.h" | ||
50 | #include "juli.h" | 51 | #include "juli.h" |
51 | #include "phase.h" | 52 | #include "phase.h" |
52 | #include "wtm.h" | 53 | #include "wtm.h" |
@@ -62,6 +63,7 @@ MODULE_SUPPORTED_DEVICE("{" | |||
62 | VT1720_MOBO_DEVICE_DESC | 63 | VT1720_MOBO_DEVICE_DESC |
63 | PONTIS_DEVICE_DESC | 64 | PONTIS_DEVICE_DESC |
64 | PRODIGY192_DEVICE_DESC | 65 | PRODIGY192_DEVICE_DESC |
66 | PRODIGY_HIFI_DEVICE_DESC | ||
65 | JULI_DEVICE_DESC | 67 | JULI_DEVICE_DESC |
66 | PHASE_DEVICE_DESC | 68 | PHASE_DEVICE_DESC |
67 | WTM_DEVICE_DESC | 69 | WTM_DEVICE_DESC |
@@ -1930,6 +1932,7 @@ static struct snd_ice1712_card_info *card_tables[] __devinitdata = { | |||
1930 | snd_vt1724_aureon_cards, | 1932 | snd_vt1724_aureon_cards, |
1931 | snd_vt1720_mobo_cards, | 1933 | snd_vt1720_mobo_cards, |
1932 | snd_vt1720_pontis_cards, | 1934 | snd_vt1720_pontis_cards, |
1935 | snd_vt1724_prodigy_hifi_cards, | ||
1933 | snd_vt1724_prodigy192_cards, | 1936 | snd_vt1724_prodigy192_cards, |
1934 | snd_vt1724_juli_cards, | 1937 | snd_vt1724_juli_cards, |
1935 | snd_vt1724_phase_cards, | 1938 | snd_vt1724_phase_cards, |