summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/mc13783.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2022-06-23 13:52:40 +0100
committerMark Brown <broonie@kernel.org>2022-06-27 13:17:33 +0100
commit139db4ad9e0b793ffd3f4f23976bf72d5e4e6703 (patch)
tree979cc00d6a54d1f156e2227fb828ab298a690365 /sound/soc/codecs/mc13783.c
parent34b89b309441f7f45f68d7ec3633ee3d50921bc8 (diff)
downloadlinux-stable-139db4ad9e0b793ffd3f4f23976bf72d5e4e6703.tar.gz
linux-stable-139db4ad9e0b793ffd3f4f23976bf72d5e4e6703.tar.bz2
linux-stable-139db4ad9e0b793ffd3f4f23976bf72d5e4e6703.zip
ASoC: mc13783: 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-87-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/mc13783.c')
-rw-r--r--sound/soc/codecs/mc13783.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/mc13783.c b/sound/soc/codecs/mc13783.c
index 08517547e66c..71490f11d96a 100644
--- a/sound/soc/codecs/mc13783.c
+++ b/sound/soc/codecs/mc13783.c
@@ -727,7 +727,6 @@ static const struct snd_soc_component_driver soc_component_dev_mc13783 = {
.idle_bias_on = 1,
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static int __init mc13783_codec_probe(struct platform_device *pdev)