]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: snd_soc_component_driver has snd_pcm_ops
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 11 Oct 2017 01:37:23 +0000 (01:37 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 23 Oct 2017 09:27:13 +0000 (11:27 +0200)
commit049d029d56d9575031b1d4f001f606f1d9b5c226
tree122b7d1061ef1e8423bee6b915e1bf5ff8b9401a
parent72856b8a191c36d5197fb6f627c5468dc7362c55
ASoC: snd_soc_component_driver has snd_pcm_ops

Platform will be replaced into Component in the future.
snd_soc_platform_driver has snd_pcm_ops, but snd_soc_component_driver
doesn't have it. To prepare for replacing, this patch adds snd_pcm_ops
on component driver.

platform will be replaced into component, and its code will be removed.
But during replacing, both platform and component process code exists.
To keep compatibility, to avoid platform NULL access and to avoid
platform/component duplicate operation during replacing process, this
patch has such code. Some of this code will be removed when platform was
removed.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc.h
sound/soc/soc-pcm.c