aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/revo.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-12-05 13:22:34 -0500
committerJaroslav Kysela <perex@suse.cz>2006-01-03 06:30:18 -0500
commit59acf76e0268e3f0156ef5113e89d838a8c02bb6 (patch)
tree1bf84e8e5f2458c7f9686401bf53cc84bd7cb1ce /sound/pci/ice1712/revo.h
parentbd01e7bc9e975d7d3d6fe4eb2f2cf7ae83041c49 (diff)
[ALSA] ice1724 - Add support of M-Audio Revolution 5.1
Modules: ICE1724 driver Added the basic support of M-Audio Revolution 5.1. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ice1712/revo.h')
-rw-r--r--sound/pci/ice1712/revo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/pci/ice1712/revo.h b/sound/pci/ice1712/revo.h
index ca4420b5e3ec..dea52ea219df 100644
--- a/sound/pci/ice1712/revo.h
+++ b/sound/pci/ice1712/revo.h
@@ -25,9 +25,11 @@
25 */ 25 */
26 26
27#define REVO_DEVICE_DESC \ 27#define REVO_DEVICE_DESC \
28 "{MidiMan M Audio,Revolution 7.1}," 28 "{MidiMan M Audio,Revolution 7.1},"\
29 "{MidiMan M Audio,Revolution 5.1},"
29 30
30#define VT1724_SUBDEVICE_REVOLUTION71 0x12143036 31#define VT1724_SUBDEVICE_REVOLUTION71 0x12143036
32#define VT1724_SUBDEVICE_REVOLUTION51 0x12143136
31 33
32/* entry point */ 34/* entry point */
33extern struct snd_ice1712_card_info snd_vt1724_revo_cards[]; 35extern struct snd_ice1712_card_info snd_vt1724_revo_cards[];