From 8ee0d7343d06c96cd9b067f23d7171abaa6fd145 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Wed, 1 Apr 2009 20:22:26 -0300 Subject: [PATCH] --- yaml --- r: 142456 b: refs/heads/master c: c0ff29150d37615ac703802ab3edc775fd402491 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/media/video/mxb.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 7e4e364b3fe4..b51454499dd7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3ff4ad815c5824ab35375d72ea8fe14fb3230daa +refs/heads/master: c0ff29150d37615ac703802ab3edc775fd402491 diff --git a/trunk/drivers/media/video/mxb.c b/trunk/drivers/media/video/mxb.c index 6a52b1d5f7ba..a547c85b4ca7 100644 --- a/trunk/drivers/media/video/mxb.c +++ b/trunk/drivers/media/video/mxb.c @@ -298,8 +298,8 @@ static int mxb_init_done(struct saa7146_dev* dev) /* mute audio on tea6420s */ tea6420_1_call(mxb, audio, s_routing, &TEA6420_line[6][0]); tea6420_2_call(mxb, audio, s_routing, &TEA6420_line[6][1]); - tea6420_1_call(mxb, audio, s_routing, &TEA6420_line[6][0]); - tea6420_2_call(mxb, audio, s_routing, &TEA6420_line[6][1]); + tea6420_1_call(mxb, audio, s_routing, &TEA6420_cd[6][0]); + tea6420_2_call(mxb, audio, s_routing, &TEA6420_cd[6][1]); /* switch to tuner-channel on tea6415c */ route.input = 3;