Mauro,

Please pull from

http://linuxtv.org/hg/~awalls/v4l-dvb

for

cx18: Send correct input routing value to external audio multiplexers


This change fixes a bug introduced by a late v4l2_subdev change.
Without this fix, Line-in audio and FM radio for CX23418 based cards
will be broken.

I inspected ivtv and it seems to be unaffected.

Regards,
Andy

diffstat:

 cx18-audio.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

And since the diff is so small:

diff -r dba0b6fae413 linux/drivers/media/video/cx18/cx18-audio.c
--- a/linux/drivers/media/video/cx18/cx18-audio.c       Thu Apr 09 08:21:42 
2009 -0300
+++ b/linux/drivers/media/video/cx18/cx18-audio.c       Mon Apr 13 20:50:08 
2009 -0400
@@ -44,7 +44,7 @@
 
        /* 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 linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to