<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Front panel audio not re-connected on startup if surround-sink is default"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94716#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Front panel audio not re-connected on startup if surround-sink is default"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94716">bug 94716</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>hda-intel already copy front channel to grey jack when playing 5.1


/* surrounds */
    for (i = 1; i < mout->num_dacs; i++) {
        if (chs >= (i + 1) * 2) /* independent out */
            snd_hda_codec_setup_stream(codec, nids[i], stream_tag,
                           i * 2, format);
        else if (!mout->no_share_stream) /* copy front */
            snd_hda_codec_setup_stream(codec, nids[i], stream_tag,
                           0, format);
    }</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>