diff options
author | Charles Keepax <[email protected]> | 2022-06-23 13:52:30 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-06-27 13:17:24 +0100 |
commit | 33b179e7513c30f03277f5de2a845e940a9bde9c (patch) | |
tree | 240b1328357820c883bd9bc08381fe4f32795170 | |
parent | 4eaf75fa427262289a2bc34d3fcfbc602ebbacfa (diff) |
ASoC: gtm601: Remove now redundant non_legacy_dai_naming flag
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]>
-rw-r--r-- | sound/soc/codecs/gtm601.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/gtm601.c b/sound/soc/codecs/gtm601.c index e1235e695b0f..c6b1e77ffccd 100644 --- a/sound/soc/codecs/gtm601.c +++ b/sound/soc/codecs/gtm601.c @@ -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) |