diff options
author | Torsten Schenk <torsten.schenk@zoho.com> | 2012-02-22 18:21:12 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-02-22 18:51:06 +0400 |
commit | f90ffbf3c68a69714b4273b203d4deb5ae81d8d6 (patch) | |
tree | e725f3dac0af633e0cc683aa47dafac374b4a201 /sound/usb/6fire/control.h | |
parent | 8e247a9c90e65b25b5b064e2159d9c4c2c173a5e (diff) | |
download | linux-f90ffbf3c68a69714b4273b203d4deb5ae81d8d6.tar.xz |
ALSA: snd-usb-6fire: add individual volume control for analog channels
Add a stereo volume control for every analog output pair 1/2, 3/4, 5/6.
Signed-off-by: Torsten Schenk <torsten.schenk@zoho.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/6fire/control.h')
-rw-r--r-- | sound/usb/6fire/control.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/usb/6fire/control.h b/sound/usb/6fire/control.h index 0dcb1d2f522c..ce024113c98f 100644 --- a/sound/usb/6fire/control.h +++ b/sound/usb/6fire/control.h @@ -43,7 +43,8 @@ struct control_runtime { bool line_phono_switch; bool digital_thru_switch; bool usb_streaming; - u8 master_vol; + u8 output_vol[6]; + u8 ovol_updated; }; int __devinit usb6fire_control_init(struct sfire_chip *chip); |