diff options
author | Julian Scheel <julian@jusst.de> | 2008-01-16 19:50:00 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 17:30:03 +0100 |
commit | 6b8d6e5518e2812b150c2d7c1e975a1bd33f0ccc (patch) | |
tree | e4797d6613098ae2590c0aebdf526a93872f9009 /sound/pci/ice1712/ice1712.h | |
parent | [ALSA] hda-codec - remove 11c1:1040 from patch_si3054.c id list (diff) | |
download | linux-6b8d6e5518e2812b150c2d7c1e975a1bd33f0ccc.tar.xz linux-6b8d6e5518e2812b150c2d7c1e975a1bd33f0ccc.zip |
[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.h | 8 |
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 { 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; }; |