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 2b66e3f7a8b7f705928c7dc4956395c050b2b939..ad4dce9e508078870de6fa6ee5afb887fcc1eb2a 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 347c715e22a4be4cdb1af5c8dd7de11307deab88..58f70a02f18aad83654420d8bd843bf4a1e37dc9 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 7b3b1e4ac2465677f7c0267782fd74103e751352..ccb512c21d748c03ee910e86ac6dd58e4bc9fcf6 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 ce4e7f46bb067fde13385086fd4fa5ca2f1d38ea..6453e93678d22657a88b4c676329d20b04302c19 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 3907d1dd8ceefad43379330bc118c10cf2313e06..1aef281a997271d7cb6f488bbfdc65cd45df939b 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 2a7c935085353986b7e0c0a1e3ab014786f17fb3..ad54d70f7d8e75d4eda4f527548852d60a132363 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 20e45a337b8f270b1a18b27b280c21888127228b..907ec88c759a874459163fa553265594ba33885f 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)