mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
ASoC: Intel: 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-16-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
f450b5dbce
commit
725cf3bc60
@ -393,10 +393,12 @@ static const struct snd_soc_component_driver kmb_component = {
|
||||
.open = kmb_pcm_open,
|
||||
.trigger = kmb_pcm_trigger,
|
||||
.pointer = kmb_pcm_pointer,
|
||||
.legacy_dai_naming = 1,
|
||||
};
|
||||
|
||||
static const struct snd_soc_component_driver kmb_component_dma = {
|
||||
.name = "kmb",
|
||||
.legacy_dai_naming = 1,
|
||||
};
|
||||
|
||||
static int kmb_probe(struct snd_soc_dai *cpu_dai)
|
||||
|
Loading…
Reference in New Issue
Block a user