diff options
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index 71444ddbe40c..ce76633786c8 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h | |||
@@ -478,8 +478,10 @@ struct em28xx { | |||
478 | struct v4l2_device v4l2_dev; | 478 | struct v4l2_device v4l2_dev; |
479 | struct em28xx_board board; | 479 | struct em28xx_board board; |
480 | 480 | ||
481 | /* Webcam specific fields */ | ||
481 | enum em28xx_sensor em28xx_sensor; | 482 | enum em28xx_sensor em28xx_sensor; |
482 | int sensor_xres, sensor_yres; | 483 | int sensor_xres, sensor_yres; |
484 | int sensor_xtal; | ||
483 | 485 | ||
484 | unsigned int stream_on:1; /* Locks streams */ | 486 | unsigned int stream_on:1; /* Locks streams */ |
485 | unsigned int has_audio_class:1; | 487 | unsigned int has_audio_class:1; |