diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-05 15:22:01 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:04:34 -0500 |
commit | 0be4375410f1ecc917f3c0caf8f98908d357c93f (patch) | |
tree | 1ec68f3804fccd515edc00b557ae8b8e80fd9584 /drivers/media/video/em28xx/em28xx.h | |
parent | 3abee53e4402b6ae39e1e610f9ef94eb74097138 (diff) |
V4L/DVB (6956): Add Radio support for em28xx
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
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 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 | ||
196 | struct em28xx_eeprom { | 197 | struct 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 | ||