ASoC: tas*: Remove now redundant non_legacy_dai_naming flag
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 23 Jun 2022 12:52:14 +0000 (13:52 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 27 Jun 2022 12:17:09 +0000 (13:17 +0100)
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-61-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2552.c
sound/soc/codecs/tas2562.c
sound/soc/codecs/tas2764.c
sound/soc/codecs/tas2770.c
sound/soc/codecs/tas5086.c
sound/soc/codecs/tas571x.c
sound/soc/codecs/tas5720.c
sound/soc/codecs/tas5805m.c
sound/soc/codecs/tas6424.c

index c98a9332dcc0e93716634f4be3f6ed61afcd2351..bf3d8539a26882fb138e800b4b31613dfa8c72bc 100644 (file)
@@ -668,7 +668,6 @@ static const struct snd_soc_component_driver soc_component_dev_tas2552 = {
        .num_dapm_routes        = ARRAY_SIZE(tas2552_audio_map),
        .idle_bias_on           = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config tas2552_regmap_config = {
index e62a3da16aed31ae9556f4981f1d6ca550772b35..dc088a1c67213173ffe3f76752f37fe129b129c8 100644 (file)
@@ -589,7 +589,6 @@ static const struct snd_soc_component_driver soc_component_dev_tas2110 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct snd_soc_dapm_widget tas2562_dapm_widgets[] = {
@@ -629,7 +628,6 @@ static const struct snd_soc_component_driver soc_component_dev_tas2562 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct snd_soc_dai_ops tas2562_speaker_dai_ops = {
index d395feffb30b58014737466f134af4fae40deac3..42f0c1e449ba4b8511de505738b7b4af92801edc 100644 (file)
@@ -548,7 +548,6 @@ static const struct snd_soc_component_driver soc_component_driver_tas2764 = {
        .num_dapm_routes        = ARRAY_SIZE(tas2764_audio_map),
        .idle_bias_on           = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct reg_default tas2764_reg_defaults[] = {
index f6037a148cb6022ba563155604ef2f7eb2dfe154..3cb634c2826103252ce04a00554be9794e631b82 100644 (file)
@@ -546,7 +546,6 @@ static const struct snd_soc_component_driver soc_component_driver_tas2770 = {
        .num_dapm_routes        = ARRAY_SIZE(tas2770_audio_map),
        .idle_bias_on           = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int tas2770_register_codec(struct tas2770_priv *tas2770)
index 05b57bb1aea04f3a571d5132290989a0c6bb959d..a864984225bc46c86914f75d14403939015480c3 100644 (file)
@@ -888,7 +888,6 @@ static const struct snd_soc_component_driver soc_component_dev_tas5086 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct i2c_device_id tas5086_i2c_id[] = {
index 7b599664db205fe5ff83120e26215920dfcd26be..4e7f20db57c4dda92678fa358528cf63a6eef4ab 100644 (file)
@@ -756,7 +756,6 @@ static const struct snd_soc_component_driver tas571x_component = {
        .num_dapm_routes        = ARRAY_SIZE(tas571x_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static struct snd_soc_dai_driver tas571x_dai = {
index 2ee06a95f3e4f67d6b324a6683acce08dc6cc1a2..3885c0bf0b01c1dbfee527f460d3359aade6778f 100644 (file)
@@ -572,7 +572,6 @@ static const struct snd_soc_component_driver soc_component_dev_tas5720 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct snd_soc_component_driver soc_component_dev_tas5722 = {
@@ -589,7 +588,6 @@ static const struct snd_soc_component_driver soc_component_dev_tas5722 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 /* PCM rates supported by the TAS5720 driver */
index fa0e81ec875ad3c5b5584860e9b5f7e6aed1a77a..b1bb614534f7437860ecf4b825e6e1b64c4c2ffe 100644 (file)
@@ -367,7 +367,6 @@ static const struct snd_soc_component_driver soc_codec_dev_tas5805m = {
        .num_dapm_routes        = ARRAY_SIZE(tas5805m_audio_map),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int tas5805m_mute(struct snd_soc_dai *dai, int mute, int direction)
index 9c9a6ec4d97795cd0ee7050a2f8b2527d61bc54e..63d2983c3fcf4dd64839f8f07d8caf8a0f46ca00 100644 (file)
@@ -375,7 +375,6 @@ static struct snd_soc_component_driver soc_codec_dev_tas6424 = {
        .num_dapm_routes        = ARRAY_SIZE(tas6424_audio_map),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct snd_soc_dai_ops tas6424_speaker_dai_ops = {