]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit60f9631df9d20b70c8b6f0a45aefb2d181567323
treed48ca8e8abf8505125bda3ddc1a6bf6ab20ac519
parent7eae25d48a44fc96575ccfa6ec038fa33703cf19
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