diff options
Diffstat (limited to 'sound/usb/6fire/control.h')
-rw-r--r-- | sound/usb/6fire/control.h | 1 |
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 { | |||
45 | bool usb_streaming; | 45 | bool usb_streaming; |
46 | u8 output_vol[6]; | 46 | u8 output_vol[6]; |
47 | u8 ovol_updated; | 47 | u8 ovol_updated; |
48 | u8 output_mute; | ||
48 | }; | 49 | }; |
49 | 50 | ||
50 | int __devinit usb6fire_control_init(struct sfire_chip *chip); | 51 | int __devinit usb6fire_control_init(struct sfire_chip *chip); |