diff options
Diffstat (limited to 'sound/pci/ice1712/ice1712.h')
-rw-r--r-- | sound/pci/ice1712/ice1712.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/ice1712/ice1712.h b/sound/pci/ice1712/ice1712.h index 58640afa5404..3c3cac3dc08b 100644 --- a/sound/pci/ice1712/ice1712.h +++ b/sound/pci/ice1712/ice1712.h | |||
@@ -400,6 +400,12 @@ struct snd_ice1712 { | |||
400 | struct { | 400 | struct { |
401 | struct ak4114 *ak4114; | 401 | struct ak4114 *ak4114; |
402 | } prodigy192; | 402 | } prodigy192; |
403 | struct { | ||
404 | struct { | ||
405 | unsigned char ch1, ch2; | ||
406 | } vol[8]; | ||
407 | } se; | ||
408 | |||
403 | } spec; | 409 | } spec; |
404 | 410 | ||
405 | }; | 411 | }; |