ASoC: ak*: Remove now redundant non_legacy_dai_naming flag
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 23 Jun 2022 12:52:01 +0000 (13:52 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 27 Jun 2022 12:16:57 +0000 (13:16 +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-48-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
12 files changed:
sound/soc/codecs/ak4104.c
sound/soc/codecs/ak4118.c
sound/soc/codecs/ak4375.c
sound/soc/codecs/ak4458.c
sound/soc/codecs/ak4535.c
sound/soc/codecs/ak4554.c
sound/soc/codecs/ak4613.c
sound/soc/codecs/ak4641.c
sound/soc/codecs/ak4642.c
sound/soc/codecs/ak4671.c
sound/soc/codecs/ak5386.c
sound/soc/codecs/ak5558.c

index dc4747c77a7a1204c493cfcf069fa060d941ef2e..ce99f30b4613ac929e0a6797d71b249bae44a03d 100644 (file)
@@ -248,7 +248,6 @@ static const struct snd_soc_component_driver soc_component_device_ak4104 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config ak4104_regmap = {
index 5c4a78c16733b77a64008b26b46e37a3a9328c26..b6d9a10bdccdcf75d042d21a46aece335b61ac2b 100644 (file)
@@ -342,7 +342,6 @@ static const struct snd_soc_component_driver soc_component_drv_ak4118 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config ak4118_regmap = {
index 9a7b662016b9e335969a9acf367e1f5e16a5f7e9..1ed004ba7cd2333c728c48d6a239946e90fa086f 100644 (file)
@@ -473,7 +473,6 @@ static const struct snd_soc_component_driver soc_codec_dev_ak4375 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config ak4375_regmap = {
index baa9ff5d0ce503f6960be344ee978ca37a88acd5..ea33cc83c86c2da05233ffe8ebdbeb003837846a 100644 (file)
@@ -725,7 +725,6 @@ static const struct snd_soc_component_driver soc_codec_dev_ak4458 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct snd_soc_component_driver soc_codec_dev_ak4497 = {
@@ -740,7 +739,6 @@ static const struct snd_soc_component_driver soc_codec_dev_ak4497 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config ak4458_regmap = {
index cc803e730c6ecbeb8d73ed264e056340f339c0e3..8c8c93eea704888d188728efd3e5f5ad178c7bab 100644 (file)
@@ -402,7 +402,6 @@ static const struct snd_soc_component_driver soc_component_dev_ak4535 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int ak4535_i2c_probe(struct i2c_client *i2c)
index 8e60e2b56ad6d2afe6ad3eac8e8db4797ca2e34a..b9607de5a19120406c54e67c4a39f05ad2b4830f 100644 (file)
@@ -67,7 +67,6 @@ static const struct snd_soc_component_driver soc_component_dev_ak4554 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int ak4554_soc_probe(struct platform_device *pdev)
index d29d5e0db168e0541fcb44aa7a68466a8045159b..f75c19ef355110e60c7886e3cd23f705d6c3edd4 100644 (file)
@@ -827,7 +827,6 @@ static const struct snd_soc_component_driver soc_component_dev_ak4613 = {
        .num_dapm_routes        = ARRAY_SIZE(ak4613_intercon),
        .idle_bias_on           = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static void ak4613_parse_of(struct ak4613_priv *priv,
index d8d9cc712d679dc06bc098a2a7fc71818822fc8c..88851e94b045219832b9b4d3e4b9c21d28028769 100644 (file)
@@ -535,7 +535,6 @@ static const struct snd_soc_component_driver soc_component_dev_ak4641 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config ak4641_regmap = {
index 3c20ff5595eb4603859b3ccba86f844412e000f1..914d5b1969f8c927a926ce4fd9663364c83c4e03 100644 (file)
@@ -559,7 +559,6 @@ static const struct snd_soc_component_driver soc_component_dev_ak4642 = {
        .num_dapm_routes        = ARRAY_SIZE(ak4642_intercon),
        .idle_bias_on           = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config ak4642_regmap = {
index 60edcbe560141b86d684c15e1f9a2c1a4d296560..cd76765f8cc0822ac0d303f34fb284e05337999a 100644 (file)
@@ -616,7 +616,6 @@ static const struct snd_soc_component_driver soc_component_dev_ak4671 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config ak4671_regmap = {
index c76bfff246028e161afb517175f3d24ac2760a56..0c5e00679c7d8e47ee14d4e15ce8e19850050f11 100644 (file)
@@ -77,7 +77,6 @@ static const struct snd_soc_component_driver soc_component_ak5386 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int ak5386_set_dai_fmt(struct snd_soc_dai *codec_dai,
index c94cfde3e4a866372204783b61dfaed54cf5a951..887d2c04d647a11a40efafb5536efc1bc553e710 100644 (file)
@@ -393,7 +393,6 @@ static const struct snd_soc_component_driver soc_codec_dev_ak5558 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct snd_soc_component_driver soc_codec_dev_ak5552 = {
@@ -408,7 +407,6 @@ static const struct snd_soc_component_driver soc_codec_dev_ak5552 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config ak5558_regmap = {