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

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

Merge "ASoC: msmcobalt: Initialize variable to default value"

parents f319f3de 126b57f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2994,7 +2994,7 @@ static bool msm_swap_gnd_mic(struct snd_soc_codec *codec)
	struct snd_soc_card *card = codec->component.card;
	struct msm_asoc_mach_data *pdata =
				snd_soc_card_get_drvdata(card);
	int value;
	int value = 0;

	if (pdata->us_euro_gpio_p) {
		value = msm_cdc_pinctrl_get_state(pdata->us_euro_gpio_p);