aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/6fire/control.h
diff options
context:
space:
mode:
authorTorsten Schenk <torsten.schenk@zoho.com>2012-02-22 15:21:30 +0100
committerTakashi Iwai <tiwai@suse.de>2012-02-22 15:51:26 +0100
commit06bb4e7435019ff9b6dbc9b1d02d8babb36d8177 (patch)
tree535666c0d9876fae32ed4e43e410cf36f0ad993e /sound/usb/6fire/control.h
parentALSA: snd-usb-6fire: add mute control for analog outputs (diff)
downloadlinux-dev-06bb4e7435019ff9b6dbc9b1d02d8babb36d8177.tar.xz
linux-dev-06bb4e7435019ff9b6dbc9b1d02d8babb36d8177.zip
ALSA: snd-usb-6fire: add analog input volume control
Add a stereo volume control for analog input channel pair 1/2. 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/usb/6fire/control.h b/sound/usb/6fire/control.h
index 9f9eb647bc6b..9a596d95474a 100644
--- a/sound/usb/6fire/control.h
+++ b/sound/usb/6fire/control.h
@@ -46,6 +46,8 @@ struct control_runtime {
u8 output_vol[6];
u8 ovol_updated;
u8 output_mute;
+ s8 input_vol[2];
+ u8 ivol_updated;
};
int __devinit usb6fire_control_init(struct sfire_chip *chip);