Skip to content

Commit

Permalink
ASoC: isabelle: 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 22afe04 commit 328bd81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/codecs/isabelle.c
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,6 @@ static const struct snd_soc_component_driver soc_component_dev_isabelle = {
.num_dapm_routes = ARRAY_SIZE(isabelle_intercon),
.use_pmdown_time = 1,
.endianness = 1,
.non_legacy_dai_naming = 1,
};

static const struct regmap_config isabelle_regmap_config = {
Expand Down

0 comments on commit 328bd81

Please sign in to comment.