]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: add soc-link.c
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 25 May 2020 00:57:14 +0000 (09:57 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 25 May 2020 13:22:08 +0000 (14:22 +0100)
commit6a4bdc3fb4bf86c38d2ed2a1cb81e6cecd23a291
tree93d5ae7c294683dab9329e375c8bf2d9b01ff37d
parent89f9798403f50edb22ebdf1bca9ff4d9783a6630
ASoC: add soc-link.c

Current ALSA SoC has many dai_link->xxx() functions.
But, it is implemented randomly at random place.

This patch creats new soc-link.c and collect dai_link related
operation into it.

Signed-off-by: Kuninori Morimoto <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>
Link: https://lore.kernel.org/r/871rn84ys5.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-link.h [new file with mode: 0644]
sound/soc/Makefile
sound/soc/soc-core.c
sound/soc/soc-link.c [new file with mode: 0644]