aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/ice1712/ice1712.h
diff options
context:
space:
mode:
authorJulian Scheel <julian@jusst.de>2008-01-16 19:50:00 +0100
committerJaroslav Kysela <perex@perex.cz>2008-01-31 17:30:03 +0100
commit6b8d6e5518e2812b150c2d7c1e975a1bd33f0ccc (patch)
treee4797d6613098ae2590c0aebdf526a93872f9009 /sound/pci/ice1712/ice1712.h
parentda65fd3bf10c3500502e448c76917f5e86e28b28 (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/ice1712.h')
-rw-r--r--sound/pci/ice1712/ice1712.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/sound/pci/ice1712/ice1712.h b/sound/pci/ice1712/ice1712.h
index 4dc576af506..86e418e0b3e 100644
--- a/sound/pci/ice1712/ice1712.h
+++ b/sound/pci/ice1712/ice1712.h
@@ -407,7 +407,13 @@ struct snd_ice1712 {
unsigned char ch1, ch2;
} vol[8];
} se;
-
+ struct prodigy_hifi_spec {
+ unsigned short master[2];
+ unsigned short vol[8];
+ } prodigy_hifi;
+ struct prodigy_hd2_spec {
+ unsigned short vol[2];
+ } prodigy_hd2;
} spec;
};