diff options
author | Takashi Iwai <tiwai@suse.de> | 2023-08-28 17:56:54 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2023-08-28 17:56:54 +0300 |
commit | d81c203e61780f3635e5eddd03f00d8bdcd7c3df (patch) | |
tree | 8bdb6c1232d2c95c9ebd51e28941703e15bc3614 /sound/soc/soc-compress.c | |
parent | 8d2a0cdf52299d1f83a7707c5ca6b0c811339aba (diff) | |
parent | d900d9a435ca95a386f49424f3689cd17ec201da (diff) | |
download | linux-d81c203e61780f3635e5eddd03f00d8bdcd7c3df.tar.xz |
Merge tag 'asoc-fix-v6.5-merge-window' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes that got left after v6.4
These were some changes in my v6.4 branch that never got sent as fixes,
none of them super urgent thankfully.
Diffstat (limited to 'sound/soc/soc-compress.c')
-rw-r--r-- | sound/soc/soc-compress.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/soc-compress.c b/sound/soc/soc-compress.c index 02fdb683f75f..b58921e7921f 100644 --- a/sound/soc/soc-compress.c +++ b/sound/soc/soc-compress.c @@ -193,6 +193,7 @@ open_err: snd_soc_dai_compr_shutdown(cpu_dai, cstream, 1); out: dpcm_path_put(&list); + snd_soc_dpcm_mutex_unlock(fe); be_err: fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_NO; snd_soc_card_mutex_unlock(fe->card); |