Skip to content

Commit

Permalink
ASoC: gtm601: Remove now redundant non_legacy_dai_naming flag
Browse files Browse the repository at this point in the history
The ASoC core has now been changed to default to the non-legacy DAI
naming, as such drivers using the new scheme no longer need to specify
the non_legacy_dai_naming flag.

Signed-off-by: Charles Keepax <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
charleskeepax authored and broonie committed Jun 27, 2022
1 parent 4eaf75f commit 33b179e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/codecs/gtm601.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ static const struct snd_soc_component_driver soc_component_dev_gtm601 = {
.idle_bias_on = 1,
.use_pmdown_time = 1,
.endianness = 1,
.non_legacy_dai_naming = 1,
};

static int gtm601_platform_probe(struct platform_device *pdev)
Expand Down

0 comments on commit 33b179e

Please sign in to comment.