<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Intel HDMI LPE driver doesn't work well with PulseAudio"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100488#c45">Comment # 45</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Intel HDMI LPE driver doesn't work well with PulseAudio"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100488">bug 100488</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>(In reply to Hans de Goede from <a href="show_bug.cgi?id=100488#c43">comment #43</a>)
<span class="quote">> Is there an easy way to check the kernels view of hdmi being plugged in or
> not without using pulse ?</span >

I didn't notice this question until after sending my previous comment... The
status of all jacks for an alsa card can be checked with this little script:

while read -r line; do amixer -cX cget "$line"; done <<< $(amixer -cX controls
| grep Jack)

Replace the two X's with the card index.</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>