Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1190159f authored by Tanya Finkel's avatar Tanya Finkel
Browse files

ASoC: msm8994: Fix the ultrasound Rx



Fix ultrasound transducers power amplifier. On Liquid8994
ultrasound transducers require enabling of the power amplifier.

Change-Id: I8150ca8ebf57052813ccb5a180ac85bb90ebd13e
Signed-off-by: default avatarTanya Finkel <tfinkel@codeaurora.org>
parent 163e94f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -403,7 +403,7 @@ static int msm_ext_ultrasound_event(struct snd_soc_dapm_widget *w,
			     struct snd_kcontrol *k, int event)
{
	pr_debug("%s()\n", __func__);
	if (strcmp(w->name, "ultrasound amp")) {
	if (!strcmp(w->name, "ultrasound amp")) {
		if (!gpio_is_valid(ext_us_amp_gpio)) {
			pr_err("%s: ext_us_amp_gpio isn't configured\n",
				__func__);