[alsa-devel] [PATCH 6/7] ASoC: hdac_hdmi: Add missing display power-off at driver removal
Takashi Iwai
tiwai at suse.de
Sun Dec 9 10:33:17 CET 2018
The display power is in unbalance at removing the driver since it
misses the snd_hdac_display_power(OFF) call.
Signed-off-by: Takashi Iwai <tiwai at suse.de>
---
sound/soc/codecs/hdac_hdmi.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sound/soc/codecs/hdac_hdmi.c b/sound/soc/codecs/hdac_hdmi.c
index adce94a3b289..6549adcf857f 100644
--- a/sound/soc/codecs/hdac_hdmi.c
+++ b/sound/soc/codecs/hdac_hdmi.c
@@ -2059,6 +2059,8 @@ static int hdac_hdmi_dev_remove(struct hdac_device *hdev)
struct hdac_hdmi_port *port, *port_next;
int i;
+ snd_hdac_display_power(hdev->bus, hdev->addr, false);
+
list_for_each_entry_safe(pcm, pcm_next, &hdmi->pcm_list, head) {
pcm->cvt = NULL;
if (list_empty(&pcm->port_list))
--
2.19.2
More information about the Alsa-devel
mailing list