diff --git a/[refs] b/[refs] index f6a81859ab4e..4e03fc2f0315 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 66bb2a7f835a28a9405f3f6571fbf34156e6bc1e +refs/heads/master: 3fec6b6d5a53d37194735268b9e220f75ca37f19 diff --git a/trunk/sound/soc/soc-core.c b/trunk/sound/soc/soc-core.c index a4deebc0801a..8d2ebf502df4 100644 --- a/trunk/sound/soc/soc-core.c +++ b/trunk/sound/soc/soc-core.c @@ -1087,6 +1087,8 @@ static int soc_probe_platform(struct snd_soc_card *card, snd_soc_dapm_new_controls(&platform->dapm, driver->dapm_widgets, driver->num_dapm_widgets); + platform->dapm.idle_bias_off = 1; + if (driver->probe) { ret = driver->probe(platform); if (ret < 0) {