<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - no output device created for dock when dock has 2 outputs, Dell Dock TB15"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98926#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - no output device created for dock when dock has 2 outputs, Dell Dock TB15"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98926">bug 98926</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>PulseAudio uses alsa devices like "front", "surround51" etc. The "hw" devices
are only used when nothing else is available. In this case I guess the "front"
device is available, so PulseAudio uses that, but it refers to "hw:1,0", while
you'd like to use "hw:1,1".

To make PulseAudio use "hw:1,1", custom configuration is needed. Here's some
documentation for that:
<a href="https://www.freedesktop.org/wiki/Software/PulseAudio/Backends/ALSA/Profiles/">https://www.freedesktop.org/wiki/Software/PulseAudio/Backends/ALSA/Profiles/</a>

A proper fix would require adding some new functionality to alsa so that
PulseAudio could automatically figure out that there are separate PCM devices
for headphones and speakers.</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>