]> 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)
commit5df131d3fbc6bba5ca23052072b09535c25e0c93
tree148cd62d7e53c5fe55ef2c631b00c9a631f2a9f2
parent4186af602a3c2fedf9cb726dc67c91889b4a3f4b
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