aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r--drivers/media/video/em28xx/em28xx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h
index 2d57330c4537..2ba34e5b4cc2 100644
--- a/drivers/media/video/em28xx/em28xx.h
+++ b/drivers/media/video/em28xx/em28xx.h
@@ -191,6 +191,7 @@ struct em28xx_board {
191 enum em28xx_decoder decoder; 191 enum em28xx_decoder decoder;
192 192
193 struct em28xx_input input[MAX_EM28XX_INPUT]; 193 struct em28xx_input input[MAX_EM28XX_INPUT];
194 struct em28xx_input radio;
194}; 195};
195 196
196struct em28xx_eeprom { 197struct em28xx_eeprom {
@@ -307,6 +308,7 @@ struct em28xx {
307 struct list_head inqueue, outqueue; 308 struct list_head inqueue, outqueue;
308 wait_queue_head_t open, wait_frame, wait_stream; 309 wait_queue_head_t open, wait_frame, wait_stream;
309 struct video_device *vbi_dev; 310 struct video_device *vbi_dev;
311 struct video_device *radio_dev;
310 312
311 unsigned char eedata[256]; 313 unsigned char eedata[256];
312 314