<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
<br><div>&gt; From: gregorio.gervasio@gmail.com<br>&gt; To: mythtv-users@mythtv.org<br>&gt; Date: Sat, 23 Jul 2011 19:53:28 -0700<br>&gt; Subject: Re: [mythtv-users] Regarding ticket 8969<br>&gt; <br>&gt; [no audio in analog framegrabber recordings ...]<br>&gt; <br>&gt;         Maybe this is related:<br>&gt; <br>&gt; http://code.mythtv.org/trac/ticket/9825<br>&gt; <br>&gt; Recordings work fine for me with the patches and changes in that ticket.<br>&gt; <br>&gt; -- <br>&gt; Gregorio Gervasio, Jr.<br>&gt; gregorio.gervasio@gmail.com<br>&gt; _______________________________________________<br>&gt; mythtv-users mailing list<br>&gt; mythtv-users@mythtv.org<br>&gt; http://www.mythtv.org/mailman/listinfo/mythtv-users<br></div><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8">Gregorio, thank you.</div><div><br></div><div>I tried the patches and they work. I have sound again. However, the second patch had to be altered (after the changes in the logging commands, it couldn't find its "context").</div><div><br></div><div>If someone (Daniel ? ) could unlock the 9869 ticket, I could post there this info:</div><div><br></div><div>I patched the SB with Gregorio's patches, and I have sound in live TV from the saa7134 card of the SB. The card of the MB (unpatched) is still mute. DVB-T (on SB) and DVB-S (on MB) cards work ok.</div><div><br></div><div>The second patch has to be altered to:</div><div>***patch start</div><div>diff --git a/mythtv/libs/libmythtv/v4lchannel.cpp b/mythtv/libs/libmythtv/v4lchannel.cpp</div><div>index a128523..9e51656 100644</div><div>--- a/mythtv/libs/libmythtv/v4lchannel.cpp</div><div>+++ b/mythtv/libs/libmythtv/v4lchannel.cpp</div><div>@@ -658,7 +658,9 @@ bool V4LChannel::SetInputAndFormat(int inputNum, QString newFmt)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;LOG(VB_GENERAL, LOG_ERR, LOC + msg +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"\n\t\t\twhile disabling streaming (v4l v2)" + ENO);</div><div>+ &nbsp; &nbsp; &nbsp; &nbsp; #if 0</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ok = false;</div><div>+ &nbsp; &nbsp; &nbsp; &nbsp; #endif</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;else</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{</div><div>***patch finish</div><div><br></div><div>Thanks again,<br style="text-indent: 0px !important; "><br style="text-indent: 0px !important; ">Yianni.<br style="text-indent: 0px !important; "></div>                                               </div></body>
</html>