ASoC: soc-pcm: merge dpcm_run_new/old_update() into dpcm_fe_runtime_update()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 19 Feb 2020 06:56:46 +0000 (15:56 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 24 Feb 2020 21:18:31 +0000 (21:18 +0000)
commit580dff3636d08ed12cb5d5db2fd895cbeffd0fd5
treed48ca8e8abf8505125bda3ddc1a6bf6ab20ac519
parent0c01f6ca8e4cc1e5505bf4657cf77fbfaa7b0bc2
ASoC: soc-pcm: merge dpcm_run_new/old_update() into dpcm_fe_runtime_update()

soc-pcm has dpcm_run_new/old_update(), but these are used from
dpcm_fe_runtime_update() only, and are very verbose functions.
This patch disassembles these.

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