OSDN Git Service

ASoC: topology: use name_prefix for new kcontrol
author이경택 <gt82.lee@samsung.com>
Wed, 1 Apr 2020 09:05:24 +0000 (18:05 +0900)
committerMark Brown <broonie@kernel.org>
Wed, 1 Apr 2020 11:06:28 +0000 (12:06 +0100)
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>
sound/soc/soc-topology.c

index 1f81cd2..87f75ed 100644 (file)
@@ -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 */