diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-core.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-core.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-core.c b/drivers/media/video/cx88/cx88-core.c index b35411160f04..8b21457111b1 100644 --- a/drivers/media/video/cx88/cx88-core.c +++ b/drivers/media/video/cx88/cx88-core.c | |||
@@ -847,7 +847,8 @@ static int set_tvaudio(struct cx88_core *core) | |||
847 | { | 847 | { |
848 | v4l2_std_id norm = core->tvnorm; | 848 | v4l2_std_id norm = core->tvnorm; |
849 | 849 | ||
850 | if (CX88_VMUX_TELEVISION != INPUT(core->input).type) | 850 | if (CX88_VMUX_TELEVISION != INPUT(core->input).type && |
851 | CX88_VMUX_CABLE != INPUT(core->input).type) | ||
851 | return 0; | 852 | return 0; |
852 | 853 | ||
853 | if (V4L2_STD_PAL_BG & norm) { | 854 | if (V4L2_STD_PAL_BG & norm) { |