summaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2022-06-23 13:51:39 +0100
committerMark Brown <broonie@kernel.org>2022-06-27 13:16:37 +0100
commitd73130ba523b88a3edb097ae3eb9f93df844b5e2 (patch)
treed4e987dd2a97d8d32ce50efa6b53acb3da9ed5e9 /sound/soc
parent8135d0290a9a1f1f752bb374f93a017b2074d09b (diff)
downloadlinux-stable-d73130ba523b88a3edb097ae3eb9f93df844b5e2.tar.gz
linux-stable-d73130ba523b88a3edb097ae3eb9f93df844b5e2.tar.bz2
linux-stable-d73130ba523b88a3edb097ae3eb9f93df844b5e2.zip
ASoC: test-component: Migrate to new style legacy DAI naming flag
Change the legacy DAI naming flag from opting in to the new scheme (non_legacy_dai_naming), to opting out of it (legacy_dai_naming). This driver appears to be on the CPU side of the DAI link and currently uses the legacy naming, so add the new flag. Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://lore.kernel.org/r/20220623125250.2355471-26-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/generic/test-component.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/generic/test-component.c b/sound/soc/generic/test-component.c
index d28712fabe3f..e2a009bc69af 100644
--- a/sound/soc/generic/test-component.c
+++ b/sound/soc/generic/test-component.c
@@ -564,6 +564,7 @@ static int test_driver_probe(struct platform_device *pdev)
cdriv->pcm_construct = test_component_pcm_construct;
cdriv->pointer = test_component_pointer;
cdriv->trigger = test_component_trigger;
+ cdriv->legacy_dai_naming = 1;
} else {
cdriv->name = "test_codec";
cdriv->idle_bias_on = 1;