ASoC: hdac_hdmi: Add missing display power-off at driver removal
authorTakashi Iwai <tiwai@suse.de>
Sun, 9 Dec 2018 09:06:59 +0000 (10:06 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 11 Dec 2018 07:18:37 +0000 (08:18 +0100)
commit77a49672aae384125942ce621365b11d42cefa32
tree58d6b423d62f3d92530f235cfdfd4a58c8c4a0a4
parent4f799e734094f09feaae89ee75982fac84742c56
ASoC: hdac_hdmi: Add missing display power-off at driver removal

The display power is in unbalance at removing the driver since it
misses the snd_hdac_display_power(OFF) call.

Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/codecs/hdac_hdmi.c