Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: tlv320*: 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 <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220623125250.2355471-63-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Charles Keepax and committed by
Mark Brown
04f3d715 c91f7e94

-8
-1
sound/soc/codecs/tlv320adcx140.c
··· 1053 1053 .idle_bias_on = 0, 1054 1054 .use_pmdown_time = 1, 1055 1055 .endianness = 1, 1056 - .non_legacy_dai_naming = 1, 1057 1056 }; 1058 1057 1059 1058 static struct snd_soc_dai_driver adcx140_dai_driver[] = {
-1
sound/soc/codecs/tlv320aic23.c
··· 586 586 .idle_bias_on = 1, 587 587 .use_pmdown_time = 1, 588 588 .endianness = 1, 589 - .non_legacy_dai_naming = 1, 590 589 }; 591 590 592 591 int tlv320aic23_probe(struct device *dev, struct regmap *regmap)
-1
sound/soc/codecs/tlv320aic26.c
··· 331 331 .idle_bias_on = 1, 332 332 .use_pmdown_time = 1, 333 333 .endianness = 1, 334 - .non_legacy_dai_naming = 1, 335 334 }; 336 335 337 336 static const struct regmap_config aic26_regmap = {
-1
sound/soc/codecs/tlv320aic31xx.c
··· 1417 1417 .idle_bias_on = 1, 1418 1418 .use_pmdown_time = 1, 1419 1419 .endianness = 1, 1420 - .non_legacy_dai_naming = 1, 1421 1420 }; 1422 1421 1423 1422 static const struct snd_soc_dai_ops aic31xx_dai_ops = {
-2
sound/soc/codecs/tlv320aic32x4.c
··· 1077 1077 .idle_bias_on = 1, 1078 1078 .use_pmdown_time = 1, 1079 1079 .endianness = 1, 1080 - .non_legacy_dai_naming = 1, 1081 1080 }; 1082 1081 1083 1082 static const struct snd_kcontrol_new aic32x4_tas2505_snd_controls[] = { ··· 1198 1199 .idle_bias_on = 1, 1199 1200 .use_pmdown_time = 1, 1200 1201 .endianness = 1, 1201 - .non_legacy_dai_naming = 1, 1202 1202 }; 1203 1203 1204 1204 static int aic32x4_parse_dt(struct aic32x4_priv *aic32x4,
-1
sound/soc/codecs/tlv320aic3x.c
··· 1697 1697 .num_dapm_routes = ARRAY_SIZE(intercon), 1698 1698 .use_pmdown_time = 1, 1699 1699 .endianness = 1, 1700 - .non_legacy_dai_naming = 1, 1701 1700 }; 1702 1701 1703 1702 static void aic3x_configure_ocmv(struct device *dev, struct aic3x_priv *aic3x)
-1
sound/soc/codecs/tlv320dac33.c
··· 1431 1431 .num_dapm_routes = ARRAY_SIZE(audio_map), 1432 1432 .use_pmdown_time = 1, 1433 1433 .endianness = 1, 1434 - .non_legacy_dai_naming = 1, 1435 1434 }; 1436 1435 1437 1436 #define DAC33_RATES (SNDRV_PCM_RATE_44100 | \