ASoC: soc-pcm.c: summarize related settings at soc_new_pcm()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 22 Aug 2022 02:46:25 +0000 (02:46 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 22 Aug 2022 13:07:21 +0000 (14:07 +0100)
commit4d45d944e885e1bf4341a8cbb9b69584477880e3
tree03d563434f8f2a9e965781b27fe41c1700a9e631
parenta59bf85191ebeb14baf8c717d9f24f1d745888d0
ASoC: soc-pcm.c: summarize related settings at soc_new_pcm()

soc_new_pcm() sets pcm->no_device_suspend, but it sets other pcm->xxx
at the same function with different timing.
pcm->no_device_suspend setup timing has no effect. This patch tidyup it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87bksdgflq.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-pcm.c