aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885/cx23885-video.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-video.c')
-rw-r--r--drivers/media/video/cx23885/cx23885-video.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-video.c b/drivers/media/video/cx23885/cx23885-video.c
index adc8f78d4c58..f13c40e653c1 100644
--- a/drivers/media/video/cx23885/cx23885-video.c
+++ b/drivers/media/video/cx23885/cx23885-video.c
@@ -502,7 +502,8 @@ static int cx23885_video_mux(struct cx23885_dev *dev, unsigned int input)
502 v4l2_subdev_call(dev->sd_cx25840, video, s_routing, 502 v4l2_subdev_call(dev->sd_cx25840, video, s_routing,
503 INPUT(input)->vmux, 0, 0); 503 INPUT(input)->vmux, 0, 0);
504 504
505 if (dev->board == CX23885_BOARD_HAUPPAUGE_HVR1800) { 505 if ((dev->board == CX23885_BOARD_HAUPPAUGE_HVR1800) ||
506 (dev->board == CX23885_BOARD_MPX885)) {
506 /* Configure audio routing */ 507 /* Configure audio routing */
507 v4l2_subdev_call(dev->sd_cx25840, audio, s_routing, 508 v4l2_subdev_call(dev->sd_cx25840, audio, s_routing,
508 INPUT(input)->amux, 0, 0); 509 INPUT(input)->amux, 0, 0);