<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:david.henningsson@canonical.com" title="David Henningsson <david.henningsson@canonical.com>"> <span class="fn">David Henningsson</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - Assertion 'jack->path && jack->path->port' failed at modules/alsa/module-alsa-card.c:381, function report_jack_state()"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=69676">bug 69676</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>ASSIGNED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - Assertion 'jack->path && jack->path->port' failed at modules/alsa/module-alsa-card.c:381, function report_jack_state()"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=69676#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - Assertion 'jack->path && jack->path->port' failed at modules/alsa/module-alsa-card.c:381, function report_jack_state()"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=69676">bug 69676</a>
              from <span class="vcard"><a class="email" href="mailto:david.henningsson@canonical.com" title="David Henningsson <david.henningsson@canonical.com>"> <span class="fn">David Henningsson</span></a>
</span></b>
        <pre>Thanks. I now saw the end of the backtrace, giving us a hint:

(gdb) p jack->path->name
$5 = 0x6f4740 "analog-output"

Analog output is removed (because analog-output-lineout is there), but it seems
its jacks are somehow lingering around anyway.

Giving this a thought, I think the best thing to do is to remove that path a
little more at the end of function "pa_alsa_profile_set_probe" where we also
drop unsupported paths. This path is supported, but it's superfluous so it's
dropped from the path set but not from the profile set.</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>