<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - module-match asserts on channels=0"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=55135#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - module-match asserts on channels=0"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=55135">bug 55135</a>
              from <span class="vcard"><a class="email" href="mailto:tanuk@iki.fi" title="Tanu Kaskinen <tanuk@iki.fi>"> <span class="fn">Tanu Kaskinen</span></a>
</span></b>
        <pre>I couldn't reproduce this, but the information posted so far is enough to find
the error. module-match uses the SINK_INPUT_NEW hook, and then relies on the
sample spec being properly initialized. This is clearly wrong: if the sink
input uses the FIX_CHANNELS flag, the number of channels will be unknown until
the sink input has been routed to some sink.

In your case the FIX_CHANNELS flag is not being used. I'm not sure if there's
some other bug involved in your case (I wouldn't be surprised), but fixing
module-match should make things work for you. If the fix doesn't turn out to be
hard to do, I'll post a patch soon.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>