ALSA: hda/cs35l56: Call cs_dsp_power_down() before calling cs_dsp_remove()
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Mon, 31 Jul 2023 16:57:22 +0000 (17:57 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 1 Aug 2023 06:30:06 +0000 (08:30 +0200)
commitfb78d73dde2d4d91e2372685159d67a43cf7b8f3
tree7df3629b363c215ebe31ef9914fab9e0db6f4063
parente5bac77b67082e59f7aceea08a30b5dc66138643
ALSA: hda/cs35l56: Call cs_dsp_power_down() before calling cs_dsp_remove()

In cs35l56_hda_unbind() cs_dsp_power_down() must be called to cleanup
before calling cs_dsp_remove cs_dsp_remove().

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20230731165726.7940-6-rf@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/cs35l56_hda.c