diff options
author | Mark Brown <broonie@kernel.org> | 2019-11-06 17:29:34 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-11-06 17:29:34 +0100 |
commit | 992fd39a349ac62044d9e20d17d309c2cf0f5c27 (patch) | |
tree | 57bfb35f9faf3c13e8cec23ef00ac23206b7da52 /sound/soc/codecs/hdac_hda.c | |
parent | ASoC: soc-core: fixup dead-lock at snd_soc_unregister_component() (diff) | |
parent | ASoC: SOF: topology: Fix bytes control size checks (diff) | |
download | linux-992fd39a349ac62044d9e20d17d309c2cf0f5c27.tar.xz linux-992fd39a349ac62044d9e20d17d309c2cf0f5c27.zip |
Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.5
Diffstat (limited to 'sound/soc/codecs/hdac_hda.c')
-rw-r--r-- | sound/soc/codecs/hdac_hda.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/hdac_hda.c b/sound/soc/codecs/hdac_hda.c index 298761a26180..6803d39e09a5 100644 --- a/sound/soc/codecs/hdac_hda.c +++ b/sound/soc/codecs/hdac_hda.c @@ -500,8 +500,8 @@ static void hdac_hda_codec_remove(struct snd_soc_component *component) return; } - snd_hdac_ext_bus_link_put(hdev->bus, hlink); pm_runtime_disable(&hdev->dev); + snd_hdac_ext_bus_link_put(hdev->bus, hlink); } static const struct snd_soc_dapm_route hdac_hda_dapm_routes[] = { |