summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
author이경택 <gt82.lee@samsung.com>2020-04-01 18:05:24 +0900
committerMark Brown <broonie@kernel.org>2020-04-01 12:06:28 +0100
commitabca9e4a04fbe9c6df4d48ca7517e1611812af25 (patch)
tree2cf58b4edd36866ad4c64c0020081e9a210f9a0a /sound
parent59564e117356d5bb6df6876c03d7d650361781c9 (diff)
ASoC: topology: use name_prefix for new kcontrol
Current topology doesn't add prefix of component to new kcontrol. Signed-off-by: Gyeongtaek Lee <gt82.lee@samsung.com> Link: https://lore.kernel.org/r/009b01d60804$ae25c2d0$0a714870$@samsung.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/soc-topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c
index 1f81cd2d29cf..87f75edba3dc 100644
--- a/sound/soc/soc-topology.c
+++ b/sound/soc/soc-topology.c
@@ -362,7 +362,7 @@ static int soc_tplg_add_kcontrol(struct soc_tplg *tplg,
struct snd_soc_component *comp = tplg->comp;
return soc_tplg_add_dcontrol(comp->card->snd_card,
- comp->dev, k, NULL, comp, kcontrol);
+ comp->dev, k, comp->name_prefix, comp, kcontrol);
}
/* remove a mixer kcontrol */