]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-core: add soc_setup_card_name()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 2 Oct 2019 05:22:49 +0000 (14:22 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 3 Oct 2019 13:36:20 +0000 (14:36 +0100)
commit269003fcecdfcc606748f1b6e5240cb6ca389985
tree148cd62d7e53c5fe55ef2c631b00c9a631f2a9f2
parent09a62ce13ddf404fc07be06cd1e5132532a9f227
ASoC: soc-core: add soc_setup_card_name()

ALSA needs to setup shortname, longname, and driver.
These methods are very similar.
This patch adds new soc_setup_card_name() and setup these.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/874l0rbu1i.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c