ASoC: nau*: Remove now redundant non_legacy_dai_naming flag
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 23 Jun 2022 12:52:08 +0000 (13:52 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 27 Jun 2022 12:17:04 +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-55-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/nau8315.c
sound/soc/codecs/nau8540.c
sound/soc/codecs/nau8810.c
sound/soc/codecs/nau8821.c
sound/soc/codecs/nau8822.c
sound/soc/codecs/nau8824.c
sound/soc/codecs/nau8825.c

index 2b66e3f..ad4dce9 100644 (file)
@@ -93,7 +93,6 @@ static const struct snd_soc_component_driver nau8315_component_driver = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct snd_soc_dai_ops nau8315_dai_ops = {
index 347c715..58f70a0 100644 (file)
@@ -806,7 +806,6 @@ static const struct snd_soc_component_driver nau8540_component_driver = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config nau8540_regmap_config = {
index 7b3b1e4..ccb512c 100644 (file)
@@ -866,7 +866,6 @@ static const struct snd_soc_component_driver nau8810_component_driver = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int nau8810_i2c_probe(struct i2c_client *i2c)
index ce4e7f4..6453e93 100644 (file)
@@ -1430,7 +1430,6 @@ static const struct snd_soc_component_driver nau8821_component_driver = {
        .dapm_routes            = nau8821_dapm_routes,
        .num_dapm_routes        = ARRAY_SIZE(nau8821_dapm_routes),
        .suspend_bias_off       = 1,
-       .non_legacy_dai_naming  = 1,
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
index 3907d1d..1aef281 100644 (file)
@@ -1083,7 +1083,6 @@ static const struct snd_soc_component_driver soc_component_dev_nau8822 = {
        .idle_bias_on                   = 1,
        .use_pmdown_time                = 1,
        .endianness                     = 1,
-       .non_legacy_dai_naming          = 1,
 };
 
 static const struct regmap_config nau8822_regmap_config = {
index 2a7c935..ad54d70 100644 (file)
@@ -1544,7 +1544,6 @@ static const struct snd_soc_component_driver nau8824_component_driver = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct snd_soc_dai_ops nau8824_dai_ops = {
index 20e45a3..907ec88 100644 (file)
@@ -2478,7 +2478,6 @@ static const struct snd_soc_component_driver nau8825_component_driver = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static void nau8825_reset_chip(struct regmap *regmap)