Hi,
here is yet another round of LPE HDMI audio driver updates. After reading the report from Pierre, I tested the monitor connection and xrandr, and confirmed that it sucks. Here is an attempt to improve the handling.
The patches are found in topic/intel-lpe-audio branch as usual, too.
Takashi
===
Takashi Iwai (8): ALSA: x86: Implement jack control ALSA: x86: Use snd_pcm_stop_xrun() for connection / disconnection paths ALSA: x86: Fix memory leak in had_build_channel_allocation_map() ALSA: x86: Don't return an error from chmap ctl at disconnected ALSA: x86: Avoid register accesses during disconnection ALSA: x86: Stop the stream when buffer is processed after disconnection ALSA: x86: Minor code rearrangement ALSA: x86: Don't bail out from PCM ops when disconnected
sound/x86/intel_hdmi_audio.c | 118 +++++++++++++++++++++---------------------- sound/x86/intel_hdmi_audio.h | 1 + 2 files changed, 59 insertions(+), 60 deletions(-)