summaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-01-22 10:13:32 +0900
committerMark Brown <broonie@kernel.org>2021-02-03 17:41:39 +0000
commite04e7b8ccd4912e6c823bf7e66f302a53396fb77 (patch)
tree7e3748464cc6ebd7e095a103b577e07f1942714b /sound/soc
parentbe6be67e135e59fb176b1e2e9d47a7436fb161d1 (diff)
downloadlinux-e04e7b8ccd4912e6c823bf7e66f302a53396fb77.tar.gz
linux-e04e7b8ccd4912e6c823bf7e66f302a53396fb77.tar.bz2
linux-e04e7b8ccd4912e6c823bf7e66f302a53396fb77.zip
ASoC: soc-pcm: tidyup pcm setting
Current soc_new_pcm() setups pcm randomly. This patch tidyup it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/878s8laigt.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/soc-pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c
index 7079a301ec31..d5f1f653ec9b 100644
--- a/sound/soc/soc-pcm.c
+++ b/sound/soc/soc-pcm.c
@@ -2760,8 +2760,8 @@ int soc_new_pcm(struct snd_soc_pcm_runtime *rtd, int num)
else
rtd->close_delayed_work_func = snd_soc_close_delayed_work;
- pcm->nonatomic = rtd->dai_link->nonatomic;
rtd->pcm = pcm;
+ pcm->nonatomic = rtd->dai_link->nonatomic;
pcm->private_data = rtd;
if (rtd->dai_link->no_pcm || rtd->dai_link->params) {