Merge tag 'asoc-fix-v6.5-merge-window' of https://git.kernel.org/pub/scm/linux/kernel...
authorTakashi Iwai <tiwai@suse.de>
Mon, 28 Aug 2023 14:56:54 +0000 (16:56 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 28 Aug 2023 14:56:54 +0000 (16:56 +0200)
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.

1  2 
sound/soc/soc-compress.c

diff --combined sound/soc/soc-compress.c
@@@ -20,6 -20,7 +20,6 @@@
  #include <sound/initval.h>
  #include <sound/soc-dpcm.h>
  #include <sound/soc-link.h>
 -#include <linux/pm_runtime.h>
  
  static int snd_soc_compr_components_open(struct snd_compr_stream *cstream)
  {
@@@ -193,6 -194,7 +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);