<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - headphone jacks not working dell xps m1210"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93153#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - headphone jacks not working dell xps m1210"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93153">bug 93153</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><a href="https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/plain/sound/pci/hda/hda_generic.c">https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/plain/sound/pci/hda/hda_generic.c</a>


case AUTO_PIN_HP_OUT:
        /* if the primary channel vol/mute is shared with spk volume,
         * don't name it as Headphone
         */
        if (!ch && cfg->speaker_outs &&
            !path_has_mixer(codec, spec->speaker_paths[0], ctl_type))
-            break;
+                       return "Speaker+HP";
        /* for multi-io case, only the primary out */
        if (ch && spec->multi_ios)
            break;
        *index = ch;
        return "Headphone";</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>