diff options
-rw-r--r-- | sound/soc/codecs/wm_hubs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm_hubs.c b/sound/soc/codecs/wm_hubs.c index a5c1556e32e6..7b6b3c18e299 100644 --- a/sound/soc/codecs/wm_hubs.c +++ b/sound/soc/codecs/wm_hubs.c | |||
@@ -675,6 +675,9 @@ SND_SOC_DAPM_OUTPUT("LINEOUT2N"), | |||
675 | }; | 675 | }; |
676 | 676 | ||
677 | static const struct snd_soc_dapm_route analogue_routes[] = { | 677 | static const struct snd_soc_dapm_route analogue_routes[] = { |
678 | { "MICBIAS1", NULL, "CLK_SYS" }, | ||
679 | { "MICBIAS2", NULL, "CLK_SYS" }, | ||
680 | |||
678 | { "IN1L PGA", "IN1LP Switch", "IN1LP" }, | 681 | { "IN1L PGA", "IN1LP Switch", "IN1LP" }, |
679 | { "IN1L PGA", "IN1LN Switch", "IN1LN" }, | 682 | { "IN1L PGA", "IN1LN Switch", "IN1LN" }, |
680 | 683 | ||