[pulseaudio-tickets] [Bug 100488] Intel HDMI LPE driver doesn't work well with PulseAudio

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Nov 8 14:00:31 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=100488

--- Comment #45 from Tanu Kaskinen <tanuk at iki.fi> ---
(In reply to Hans de Goede from comment #43)
> Is there an easy way to check the kernels view of hdmi being plugged in or
> not without using pulse ?

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20171108/e1049361/attachment-0001.html>


More information about the pulseaudio-bugs mailing list