<div class="gmail_quote">2012/1/22 Niels Mayer <span dir="ltr"><<a href="mailto:nielsmayer@gmail.com">nielsmayer@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">> yes, the bug is still reproducible with svn13-2.<br>
<br>
</div>There is a patch to this issue. As I cannot test this patch right now,<br>
could you please verify that the patch from<br>
<a href="http://lists.linuxaudio.org/pipermail/linux-audio-dev/2012-January/032645.html" target="_blank">http://lists.linuxaudio.org/pipermail/linux-audio-dev/2012-January/032645.html</a><br>
resolves this issue.<br>
<br>
Once verified, I'll checkin the patch, which clearly fixes an error.<br>
<br>
Here is a fix from Tvrtko Ursulin (many thanks!!):<br>
..................................<br>
--- envy24control.c     (revision 14)<br>
+++ envy24control.c     (working copy)<br>
@@ -2404,7 +2404,7 @@<br>
  /* NPM for efficiency&power-savings, replaced multiple 40ms&100ms timeouts<br>
     for each of the callbacks contained here, with a single 100ms one which<br>
     calls gtk_timeout_add(100, (GtkFunction)envy24control_poll, ...) */<br>
-void envy24control_poll() {<br>
+gboolean envy24control_poll() {<br>
    level_meters_timeout_callback(NULL);<br>
    master_clock_status_timeout_callback(NULL);<br>
    internal_clock_status_timeout_callback(NULL);<br>
@@ -2412,6 +2412,8 @@<br>
    rate_reset_status_timeout_callback(NULL);<br>
    if (card_has_delta_iec958_input_status)<br>
      iec958_input_status_timeout_callback(NULL); /* NPM */<br>
+<br>
+  return TRUE;<br>
  }<br>
..................................<br>
<br>
PS: Any interest in Ubuntu-land in packaging<br>
<a href="http://code.google.com/p/voicetogoog/" target="_blank">http://code.google.com/p/voicetogoog/</a> ? :-)<br>
</blockquote></div><br>Sorry but it seems I can't apply the patch...<br><br>Hunk #1 FAILED at 2404.<br>Hunk #2 FAILED at 2412.<br>2 out of 2 hunks FAILED -- saving rejects to file envy24control.c.rej<br><br>maybe a copy/paste issue? I am using vim, copying the code as it is from the linux-audio-dev link and then<br>
:set paste <br>ctrl+shift+v<br><br>-r<br>