<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Soundblaster (hw:0) is not seen by PA, works in Yast"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94165#c19">Comment # 19</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Soundblaster (hw:0) is not seen by PA, works in Yast"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94165">bug 94165</a>
              from <span class="vcard"><a class="email" href="mailto:superquad.vortex2@gmail.com" title="Raymond <superquad.vortex2@gmail.com>"> <span class="fn">Raymond</span></a>
</span></b>
        <pre>     busy = is_card_busy(path_get_card_id(d->path)); 
-    pa_log_debug("%s is busy: %s", d->path, pa_yes_no(busy)); 
+    pa_log_info("%s is busy: %s", d->path, pa_yes_no(busy)); 

    if (!busy) {

The busy status should be info instead of debug since it skip the busy card but
repport found 3 cards

D: [pulseaudio] module-udev-detect.c:
/devices/pci0000:00/0000:00:14.4/0000:02:06.0/sound/card0 is busy: yes 
I: [pulseaudio] module-udev-detect.c: Found 3 cards.</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>