Commit 0be43754 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (6956): Add Radio support for em28xx

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 3abee53e
This diff is collapsed.
...@@ -191,6 +191,7 @@ struct em28xx_board { ...@@ -191,6 +191,7 @@ struct em28xx_board {
enum em28xx_decoder decoder; enum em28xx_decoder decoder;
struct em28xx_input input[MAX_EM28XX_INPUT]; struct em28xx_input input[MAX_EM28XX_INPUT];
struct em28xx_input radio;
}; };
struct em28xx_eeprom { struct em28xx_eeprom {
...@@ -307,6 +308,7 @@ struct em28xx { ...@@ -307,6 +308,7 @@ struct em28xx {
struct list_head inqueue, outqueue; struct list_head inqueue, outqueue;
wait_queue_head_t open, wait_frame, wait_stream; wait_queue_head_t open, wait_frame, wait_stream;
struct video_device *vbi_dev; struct video_device *vbi_dev;
struct video_device *radio_dev;
unsigned char eedata[256]; unsigned char eedata[256];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment