OSDN Git Service

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)
commit0f23f718ecbc135866ac40db3424dd75f01c76ea
tree148cd62d7e53c5fe55ef2c631b00c9a631f2a9f2
parent7ce6088f60624805a8d3127185e2830e299849f1
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