aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/ice1712/ice1712.h
diff options
context:
space:
mode:
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;
};