diff options
author | Mike Isely <isely@pobox.com> | 2006-12-27 21:26:55 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 10:34:32 -0500 |
commit | 2083230084cee50580ee730cd26669704f7939b9 (patch) | |
tree | 91281506e0db9d57f82abf51c403729267830efc /drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c | |
parent | c0e69315edd1d6901a021b85e0eea397444df702 (diff) |
V4L/DVB (5049): Pvrusb2: Enable radio mode for 24xxx devices
These changes implement correct audio routing for radio mode on a
24xxx device.
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c b/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c index 8df969c4874c..c2a154e4ec59 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c +++ b/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c | |||
@@ -63,6 +63,7 @@ static void set_input(struct pvr2_v4l_cx2584x *ctxt) | |||
63 | vid_input = CX25840_COMPOSITE7; | 63 | vid_input = CX25840_COMPOSITE7; |
64 | aud_input = CX25840_AUDIO8; | 64 | aud_input = CX25840_AUDIO8; |
65 | break; | 65 | break; |
66 | case PVR2_CVAL_INPUT_RADIO: // Treat same as composite | ||
66 | case PVR2_CVAL_INPUT_COMPOSITE: | 67 | case PVR2_CVAL_INPUT_COMPOSITE: |
67 | vid_input = CX25840_COMPOSITE3; | 68 | vid_input = CX25840_COMPOSITE3; |
68 | aud_input = CX25840_AUDIO_SERIAL; | 69 | aud_input = CX25840_AUDIO_SERIAL; |
@@ -71,7 +72,6 @@ static void set_input(struct pvr2_v4l_cx2584x *ctxt) | |||
71 | vid_input = CX25840_SVIDEO1; | 72 | vid_input = CX25840_SVIDEO1; |
72 | aud_input = CX25840_AUDIO_SERIAL; | 73 | aud_input = CX25840_AUDIO_SERIAL; |
73 | break; | 74 | break; |
74 | case PVR2_CVAL_INPUT_RADIO: | ||
75 | default: | 75 | default: |
76 | // Just set it to be composite input for now... | 76 | // Just set it to be composite input for now... |
77 | vid_input = CX25840_COMPOSITE3; | 77 | vid_input = CX25840_COMPOSITE3; |