diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-01-09 12:25:44 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:44 -0500 |
commit | 3faeeae48348959c58f3121d2a6a4fb0bc626da0 (patch) | |
tree | b8a9388826d06542c190d7ce7c3fe44b78e22b30 /drivers/media/video/cx25840/cx25840.h | |
parent | d3900bc42e6bc5e461c29951cc2a50df09e08771 (diff) |
V4L/DVB (3256): When in radio mode ignore VIDIOC_G_TUNER
- Detect when AUDC_SET_RADIO is called.
- When in radio mode ignore VIDIOC_G_TUNER.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/video/cx25840/cx25840.h')
-rw-r--r-- | drivers/media/video/cx25840/cx25840.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx25840/cx25840.h b/drivers/media/video/cx25840/cx25840.h index 3dc67e79c856..dc58d4292a34 100644 --- a/drivers/media/video/cx25840/cx25840.h +++ b/drivers/media/video/cx25840/cx25840.h | |||
@@ -89,6 +89,7 @@ enum cx25840_audio_input { | |||
89 | 89 | ||
90 | struct cx25840_state { | 90 | struct cx25840_state { |
91 | int pvr150_workaround; | 91 | int pvr150_workaround; |
92 | int radio; | ||
92 | enum cx25840_video_input vid_input; | 93 | enum cx25840_video_input vid_input; |
93 | enum cx25840_audio_input aud_input; | 94 | enum cx25840_audio_input aud_input; |
94 | u32 audclk_freq; | 95 | u32 audclk_freq; |