OSDN Git Service

ASoC: soc-core: remove null_snd_soc_ops
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 22 Jan 2020 00:45:00 +0000 (09:45 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 23 Jan 2020 12:20:06 +0000 (12:20 +0000)
commitd8e2e0d2491e78f3f7b451c3a93ba29950efe2cf
treedb9735ad50ced39085e5534ad061dbabc76095ae
parentad2bf9f252d667b385df606b4b762c26151bee78
ASoC: soc-core: remove null_snd_soc_ops

All rtd->dai_link callback functions are controlled by soc_rtd_xxxx(),
and checking rtd->dai_link->ops.
We don't need to have null_snd_soc_ops anymore.
This patch removes it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87zhegl3oz.wl-kuninori.morimoto.gx@renesas.com
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c