[prev in list] [next in list] [prev in thread] [next in thread] 

List:       git-commits-head
Subject:    V4L/DVB (11494): cx18: Send correct input routing value to external audio multiplexers
From:       Linux Kernel Mailing List <linux-kernel () vger ! kernel ! org>
Date:       2009-04-30 4:59:01
Message-ID: 200904300459.n3U4x12r010306 () hera ! kernel ! org
[Download RAW message or body]

Gitweb:     http://git.kernel.org/linus/92ab9baee3e075e4d84d9b74f6da5b047539e323
Commit:     92ab9baee3e075e4d84d9b74f6da5b047539e323
Parent:     27b1833279995e7c290a40cac4ef36ccea7e9283
Author:     Andy Walls <awalls@radix.net>
AuthorDate: Mon Apr 13 21:43:31 2009 -0300
Committer:  Mauro Carvalho Chehab <mchehab@redhat.com>
CommitDate: Wed Apr 29 15:41:10 2009 -0300

    V4L/DVB (11494): cx18: Send correct input routing value to external audio multiplexers
    
    A late v4l2_subdev framework change accidentally sent the audio input
    routing value to the external multiplexer, instead of the muxer input routing
    value to the external multiplexer.  This change corrects that error.
    
    Signed-off-by: Andy Walls <awalls@radix.net>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
---
 drivers/media/video/cx18/cx18-audio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/cx18/cx18-audio.c b/drivers/media/video/cx18/cx18-audio.c
index 1519e91..7a8ad59 100644
--- a/drivers/media/video/cx18/cx18-audio.c
+++ b/drivers/media/video/cx18/cx18-audio.c
@@ -44,7 +44,7 @@ int cx18_audio_set_io(struct cx18 *cx)
 
 	/* handle muxer chips */
 	v4l2_subdev_call(cx->sd_extmux, audio, s_routing,
-			in->audio_input, 0, 0);
+			 (u32) in->muxer_input, 0, 0);
 
 	err = cx18_call_hw_err(cx, cx->card->hw_audio_ctrl,
 			       audio, s_routing, in->audio_input, 0, 0);
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic