summaryrefslogtreecommitdiff
path: root/sound/soc/ti/davinci-vcif.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2022-06-23 15:51:45 +0300
committerMark Brown <broonie@kernel.org>2022-06-27 15:16:42 +0300
commit39c84e77da04f66f20fc54c6c6f49a5863bace5d (patch)
tree55ef913711510beedb82783baaa0ecd714b21ba6 /sound/soc/ti/davinci-vcif.c
parent768be0d633d9ff668a7ca4ba3b8e3eebea328cb8 (diff)
downloadlinux-39c84e77da04f66f20fc54c6c6f49a5863bace5d.tar.xz
ASoC: ti: 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). These drivers appear 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-32-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/ti/davinci-vcif.c')
-rw-r--r--sound/soc/ti/davinci-vcif.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/ti/davinci-vcif.c b/sound/soc/ti/davinci-vcif.c
index f810123cc407..36fa97e2b9e2 100644
--- a/sound/soc/ti/davinci-vcif.c
+++ b/sound/soc/ti/davinci-vcif.c
@@ -185,7 +185,8 @@ static struct snd_soc_dai_driver davinci_vcif_dai = {
};
static const struct snd_soc_component_driver davinci_vcif_component = {
- .name = "davinci-vcif",
+ .name = "davinci-vcif",
+ .legacy_dai_naming = 1,
};
static int davinci_vcif_probe(struct platform_device *pdev)