diff options
author | Mark Brown <broonie@kernel.org> | 2015-02-04 20:57:04 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-02-04 20:57:04 +0000 |
commit | b47f8a5dfb4fcc906d93c42a22f050d69df96ea6 (patch) | |
tree | 4cca1bae26ab7fc6df207c14909f6d98f4e5dd0e /sound/soc/soc-core.c | |
parent | d01aa9b704afa8875c2ae919cfd639660b2a26bc (diff) | |
parent | fcf6c5ea7abd42cfc2dde0ff0451b209951de9b4 (diff) |
Merge remote-tracking branch 'asoc/topic/dapm' into asoc-next
Diffstat (limited to 'sound/soc/soc-core.c')
-rw-r--r-- | sound/soc/soc-core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 4bd4d77d4ba8..c2f800bfa16b 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -1636,9 +1636,6 @@ static int snd_soc_instantiate_card(struct snd_soc_card *card) } } - if (card->fully_routed) - snd_soc_dapm_auto_nc_pins(card); - snd_soc_dapm_new_widgets(card); ret = snd_card_register(card->snd_card); |