<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Dbus fallback sink not updating and blocking further action"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99425#c18">Comment # 18</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Dbus fallback sink not updating and blocking further action"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99425">bug 99425</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>You can set the HDMI card profile to "off" in pavucontrol or with this pactl
command:

pactl set-card-profile alsa_card.pci-0000_01_00.1 off

module-always-sink will load a null sink when the last sink is going away, so
when you unplug the headphones, I think the default sink will quickly change
from the analog sink to the null sink, and then from the null sink to the
digital sink.

You can unload module-always-sink (pactl unload-module module-always-sink) to
avoid loading the null sink, to test the case where the default sink becomes
momentarily unset.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>