diff options
Diffstat (limited to 'include/linux/videodev.h')
-rw-r--r-- | include/linux/videodev.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/videodev.h b/include/linux/videodev.h index 1cc8c31b7988..22e6e4bad7b8 100644 --- a/include/linux/videodev.h +++ b/include/linux/videodev.h | |||
@@ -202,9 +202,9 @@ struct video_audio | |||
202 | #define VIDEO_SOUND_STEREO 2 | 202 | #define VIDEO_SOUND_STEREO 2 |
203 | #define VIDEO_SOUND_LANG1 4 | 203 | #define VIDEO_SOUND_LANG1 4 |
204 | #define VIDEO_SOUND_LANG2 8 | 204 | #define VIDEO_SOUND_LANG2 8 |
205 | __u16 mode; | 205 | __u16 mode; |
206 | __u16 balance; /* Stereo balance */ | 206 | __u16 balance; /* Stereo balance */ |
207 | __u16 step; /* Step actual volume uses */ | 207 | __u16 step; /* Step actual volume uses */ |
208 | }; | 208 | }; |
209 | 209 | ||
210 | struct video_clip | 210 | struct video_clip |