aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/6fire/control.h
diff options
context:
space:
mode:
authorTorsten Schenk <torsten.schenk@zoho.com>2012-02-22 15:21:23 +0100
committerTakashi Iwai <tiwai@suse.de>2012-02-22 15:51:16 +0100
commitd97c735a1047fa06165e55da32154cf0e6b9419c (patch)
tree859d77d248e5d15442dd7282be51dc522a1ad74b /sound/usb/6fire/control.h
parentALSA: snd-usb-6fire: add individual volume control for analog channels (diff)
downloadlinux-dev-d97c735a1047fa06165e55da32154cf0e6b9419c.tar.xz
linux-dev-d97c735a1047fa06165e55da32154cf0e6b9419c.zip
ALSA: snd-usb-6fire: add mute control for analog outputs
Add a mute control for every analog output channel. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/6fire/control.h b/sound/usb/6fire/control.h
index ce024113c98f..9f9eb647bc6b 100644
--- a/sound/usb/6fire/control.h
+++ b/sound/usb/6fire/control.h
@@ -45,6 +45,7 @@ struct control_runtime {
bool usb_streaming;
u8 output_vol[6];
u8 ovol_updated;
+ u8 output_mute;
};
int __devinit usb6fire_control_init(struct sfire_chip *chip);