Message ID | 20200707205740.114927-4-pierre-louis.bossart@linux.intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 0fd3935ef888b7231fde87eba3fdf613c4923b4a |
Headers | show |
Series | ASoC: codecs: add MAX98373 Soundwire driver | expand |
diff --git a/sound/soc/codecs/max98373.c b/sound/soc/codecs/max98373.c index c3202c1dc517..bf5572fc4f66 100644 --- a/sound/soc/codecs/max98373.c +++ b/sound/soc/codecs/max98373.c @@ -390,7 +390,6 @@ const struct snd_soc_component_driver soc_codec_dev_max98373 = { .num_dapm_widgets = ARRAY_SIZE(max98373_dapm_widgets), .dapm_routes = max98373_audio_map, .num_dapm_routes = ARRAY_SIZE(max98373_audio_map), - .idle_bias_on = 1, .use_pmdown_time = 1, .endianness = 1, .non_legacy_dai_naming = 1,