diff options
Diffstat (limited to 'drivers/media/video/msp3400.h')
-rw-r--r-- | drivers/media/video/msp3400.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/msp3400.h b/drivers/media/video/msp3400.h index 70327506f895..fb44eef5d513 100644 --- a/drivers/media/video/msp3400.h +++ b/drivers/media/video/msp3400.h | |||
@@ -63,6 +63,7 @@ struct msp_state { | |||
63 | int has_ntsc_jp_d_k3; | 63 | int has_ntsc_jp_d_k3; |
64 | int has_scart4; | 64 | int has_scart4; |
65 | int has_scart23_in_scart2_out; | 65 | int has_scart23_in_scart2_out; |
66 | int has_scart2_out_volume; | ||
66 | int has_subwoofer; | 67 | int has_subwoofer; |
67 | int has_sound_processing; | 68 | int has_sound_processing; |
68 | int has_virtual_dolby_surround; | 69 | int has_virtual_dolby_surround; |
@@ -72,7 +73,6 @@ struct msp_state { | |||
72 | int opmode; | 73 | int opmode; |
73 | int mode; | 74 | int mode; |
74 | v4l2_std_id std; | 75 | v4l2_std_id std; |
75 | int stereo; | ||
76 | int nicam_on; | 76 | int nicam_on; |
77 | int acb; | 77 | int acb; |
78 | int in_scart; | 78 | int in_scart; |
@@ -85,8 +85,8 @@ struct msp_state { | |||
85 | int audmode; | 85 | int audmode; |
86 | int rxsubchans; | 86 | int rxsubchans; |
87 | 87 | ||
88 | int muted; | 88 | int volume, muted; |
89 | int volume, balance; | 89 | int balance, loudness; |
90 | int bass, treble; | 90 | int bass, treble; |
91 | 91 | ||
92 | /* thread */ | 92 | /* thread */ |