diff options
-rw-r--r-- | sound/soc/soc-dapm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index a40594f5ad66..c68c204a48ad 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c | |||
@@ -1293,8 +1293,8 @@ static int snd_soc_dapm_add_route(struct snd_soc_codec *codec, | |||
1293 | if (wsink->id == snd_soc_dapm_input) { | 1293 | if (wsink->id == snd_soc_dapm_input) { |
1294 | if (wsource->id == snd_soc_dapm_micbias || | 1294 | if (wsource->id == snd_soc_dapm_micbias || |
1295 | wsource->id == snd_soc_dapm_mic || | 1295 | wsource->id == snd_soc_dapm_mic || |
1296 | wsink->id == snd_soc_dapm_line || | 1296 | wsource->id == snd_soc_dapm_line || |
1297 | wsink->id == snd_soc_dapm_output) | 1297 | wsource->id == snd_soc_dapm_output) |
1298 | wsink->ext = 1; | 1298 | wsink->ext = 1; |
1299 | } | 1299 | } |
1300 | if (wsource->id == snd_soc_dapm_output) { | 1300 | if (wsource->id == snd_soc_dapm_output) { |