diff --git a/ac108.c b/ac108.c index d5dd12d..a2f8e52 100644 --- a/ac108.c +++ b/ac108.c @@ -1329,7 +1329,6 @@ static struct snd_soc_codec_driver ac10x_soc_codec_driver = { .idle_bias_on = 1, .use_pmdown_time = 1, .endianness = 1, - .non_legacy_dai_naming = 1, #endif }; diff --git a/wm8960.c b/wm8960.c index 375d1a7..418245a 100644 --- a/wm8960.c +++ b/wm8960.c @@ -1291,7 +1291,6 @@ static const struct snd_soc_codec_driver soc_codec_dev_wm8960 = { .idle_bias_on = 1, .use_pmdown_time = 1, .endianness = 1, - .non_legacy_dai_naming = 1, #endif };