diff options
Diffstat (limited to 'sound/usb/6fire/control.h')
-rw-r--r-- | sound/usb/6fire/control.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sound/usb/6fire/control.h b/sound/usb/6fire/control.h index 8f5aeead2e3d..9a596d95474a 100644 --- a/sound/usb/6fire/control.h +++ b/sound/usb/6fire/control.h | |||
@@ -3,7 +3,6 @@ | |||
3 | * | 3 | * |
4 | * Author: Torsten Schenk <torsten.schenk@zoho.com> | 4 | * Author: Torsten Schenk <torsten.schenk@zoho.com> |
5 | * Created: Jan 01, 2011 | 5 | * Created: Jan 01, 2011 |
6 | * Version: 0.3.0 | ||
7 | * Copyright: (C) Torsten Schenk | 6 | * Copyright: (C) Torsten Schenk |
8 | * | 7 | * |
9 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
@@ -44,7 +43,11 @@ struct control_runtime { | |||
44 | bool line_phono_switch; | 43 | bool line_phono_switch; |
45 | bool digital_thru_switch; | 44 | bool digital_thru_switch; |
46 | bool usb_streaming; | 45 | bool usb_streaming; |
47 | u8 master_vol; | 46 | u8 output_vol[6]; |
47 | u8 ovol_updated; | ||
48 | u8 output_mute; | ||
49 | s8 input_vol[2]; | ||
50 | u8 ivol_updated; | ||
48 | }; | 51 | }; |
49 | 52 | ||
50 | int __devinit usb6fire_control_init(struct sfire_chip *chip); | 53 | int __devinit usb6fire_control_init(struct sfire_chip *chip); |