summaryrefslogtreecommitdiff
path: root/drivers/media/video/cx23885/cx23885-video.c
diff options
context:
space:
mode:
authorSteven Toth <stoth@kernellabs.com>2011-10-10 18:09:55 +0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-10-15 00:19:27 +0400
commit2cb9ccd4612907c0a30de9be1c694672e0cd8933 (patch)
tree149ebe37ed88206630bb1b1a84a4574f7430593b /drivers/media/video/cx23885/cx23885-video.c
parent52422e3cb146ef643fc0dbe74fa80f1abbe5fc37 (diff)
downloadlinux-2cb9ccd4612907c0a30de9be1c694672e0cd8933.tar.xz
[media] cx23885: Initial support for the MPX-885 mini-card
Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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)
v4l2_subdev_call(dev->sd_cx25840, video, s_routing,
INPUT(input)->vmux, 0, 0);
- if (dev->board == CX23885_BOARD_HAUPPAUGE_HVR1800) {
+ if ((dev->board == CX23885_BOARD_HAUPPAUGE_HVR1800) ||
+ (dev->board == CX23885_BOARD_MPX885)) {
/* Configure audio routing */
v4l2_subdev_call(dev->sd_cx25840, audio, s_routing,
INPUT(input)->amux, 0, 0);