aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/ak4458.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2022-06-23 13:52:01 +0100
committerMark Brown <broonie@kernel.org>2022-06-27 13:16:57 +0100
commit410e73a5338d72c31a32a50c1629d81d8ce6a71f (patch)
tree21c4382032e0b4e15431ff696bb51df3454b9ed9 /sound/soc/codecs/ak4458.c
parentASoC: ad*: Remove now redundant non_legacy_dai_naming flag (diff)
downloadwireguard-linux-410e73a5338d72c31a32a50c1629d81d8ce6a71f.tar.xz
wireguard-linux-410e73a5338d72c31a32a50c1629d81d8ce6a71f.zip
ASoC: ak*: 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-48-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/ak4458.c')
-rw-r--r--sound/soc/codecs/ak4458.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/ak4458.c b/sound/soc/codecs/ak4458.c
index baa9ff5d0ce5..ea33cc83c86c 100644
--- a/sound/soc/codecs/ak4458.c
+++ b/sound/soc/codecs/ak4458.c
@@ -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 = {