diff options
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index 3e82d818c0cd..89a793cb8ca4 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h | |||
@@ -357,6 +357,11 @@ enum em28xx_decoder { | |||
357 | EM28XX_SAA711X, | 357 | EM28XX_SAA711X, |
358 | }; | 358 | }; |
359 | 359 | ||
360 | enum em28xx_adecoder { | ||
361 | EM28XX_NOADECODER = 0, | ||
362 | EM28XX_TVAUDIO, | ||
363 | }; | ||
364 | |||
360 | struct em28xx_board { | 365 | struct em28xx_board { |
361 | char *name; | 366 | char *name; |
362 | int vchannels; | 367 | int vchannels; |
@@ -382,6 +387,7 @@ struct em28xx_board { | |||
382 | unsigned char xclk, i2c_speed; | 387 | unsigned char xclk, i2c_speed; |
383 | 388 | ||
384 | enum em28xx_decoder decoder; | 389 | enum em28xx_decoder decoder; |
390 | enum em28xx_adecoder adecoder; | ||
385 | 391 | ||
386 | struct em28xx_input input[MAX_EM28XX_INPUT]; | 392 | struct em28xx_input input[MAX_EM28XX_INPUT]; |
387 | struct em28xx_input radio; | 393 | struct em28xx_input radio; |