|
@@ -432,6 +432,9 @@ SND_SOC_DAPM_INPUT("IN3R"),
|
|
|
SND_SOC_DAPM_INPUT("IN4L"),
|
|
|
SND_SOC_DAPM_INPUT("IN4R"),
|
|
|
|
|
|
+SND_SOC_DAPM_OUTPUT("DRC1 Signal Activity"),
|
|
|
+SND_SOC_DAPM_OUTPUT("DRC2 Signal Activity"),
|
|
|
+
|
|
|
SND_SOC_DAPM_PGA_E("IN1L PGA", ARIZONA_INPUT_ENABLES, ARIZONA_IN1L_ENA_SHIFT,
|
|
|
0, NULL, 0, arizona_in_ev,
|
|
|
SND_SOC_DAPM_PRE_PMD | SND_SOC_DAPM_POST_PMD |
|
|
@@ -1006,6 +1009,11 @@ static const struct snd_soc_dapm_route wm5110_dapm_routes[] = {
|
|
|
{ "SPKDAT2R", NULL, "OUT6R" },
|
|
|
|
|
|
{ "MICSUPP", NULL, "SYSCLK" },
|
|
|
+
|
|
|
+ { "DRC1 Signal Activity", NULL, "DRC1L" },
|
|
|
+ { "DRC1 Signal Activity", NULL, "DRC1R" },
|
|
|
+ { "DRC2 Signal Activity", NULL, "DRC2L" },
|
|
|
+ { "DRC2 Signal Activity", NULL, "DRC2R" },
|
|
|
};
|
|
|
|
|
|
static int wm5110_set_fll(struct snd_soc_codec *codec, int fll_id, int source,
|
|
@@ -1170,6 +1178,7 @@ static int wm5110_codec_probe(struct snd_soc_codec *codec)
|
|
|
return ret;
|
|
|
|
|
|
arizona_init_spk(codec);
|
|
|
+ arizona_init_gpio(codec);
|
|
|
|
|
|
snd_soc_dapm_disable_pin(&codec->dapm, "HAPTICS");
|
|
|
|