OSDN Git Service

ASoC: soc-component: merge soc-io.c into soc-component.c
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 4 Jun 2020 08:08:03 +0000 (17:08 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 15 Jun 2020 17:21:26 +0000 (18:21 +0100)
commit460b42d162e3cf634586999e6a84e74ca52e626d
tree4d1c5dc40ea4f766425cf0a510bf8e4245b40918
parent257c4dac8b7877c865e734533b5f62769c64afb6
ASoC: soc-component: merge soc-io.c into soc-component.c

soc-io.c has snd_soc_component_xxx() functions for I/O.
We have soc-componennt.c for it.
Let's merge soc-io.c into soc-component.c

By this patch, original soc-io.c functions start to use
soc_component_err() when error case.

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/87h7vrw8ws.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/Makefile
sound/soc/soc-component.c
sound/soc/soc-io.c [deleted file]