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

Commit cdd731b5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoc: wcd9335: Ignore mbhc get impedance error"

parents 56b76b1a abf45da9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -4347,9 +4347,11 @@ static int tasha_codec_hphl_dac_event(struct snd_soc_dapm_widget *w,
		if (!ret) {
			wcd_clsh_imped_config(codec, impedl, false);
			set_bit(CLASSH_CONFIG, &tasha->status_mask);
		} else
		} else {
			dev_dbg(codec->dev, "%s: Failed to get mbhc impedance %d\n",
						__func__, ret);
			ret = 0;
		}


		break;