]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-component: add snd_soc_pcm_component_hw_params()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 4 Jun 2020 08:07:11 +0000 (17:07 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 15 Jun 2020 17:21:23 +0000 (18:21 +0100)
commitc5f0a7335eff168a07066f633930b66e1ded2451
treeea076ae60369bd946ffccaba9b11726eacd0f7b5
parent16dad802392658e462717a4157e304b2bd527a1a
ASoC: soc-component: add snd_soc_pcm_component_hw_params()

We have 2 type of component functions
snd_soc_component_xxx()     is focusing to component itself,
snd_soc_pcm_component_xxx() is focusing to rtd related component.

Now we can update snd_soc_component_hw_params() to
snd_soc_pcm_component_hw_params(). This patch do it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://lore.kernel.org/r/87mu5jw8y8.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-component.h
sound/soc/soc-component.c
sound/soc/soc-pcm.c