aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/ice1712.h
diff options
context:
space:
mode:
authorJulian Scheel <julian@jusst.de>2008-01-16 13:50:00 -0500
committerJaroslav Kysela <perex@perex.cz>2008-01-31 11:30:03 -0500
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 4dc576af506f..86e418e0b3ef 100644
--- a/sound/pci/ice1712/ice1712.h
+++ b/sound/pci/ice1712/ice1712.h
@@ -407,7 +407,13 @@ struct snd_ice1712 {
407 unsigned char ch1, ch2; 407 unsigned char ch1, ch2;
408 } vol[8]; 408 } vol[8];
409 } se; 409 } se;
410 410 struct prodigy_hifi_spec {
411 unsigned short master[2];
412 unsigned short vol[8];
413 } prodigy_hifi;
414 struct prodigy_hd2_spec {
415 unsigned short vol[2];
416 } prodigy_hd2;
411 } spec; 417 } spec;
412 418
413}; 419};