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

Commit 94fe4a35 authored by Channagoud Kadabi's avatar Channagoud Kadabi Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msmskunk: use right macro for wcd934x speaker config" into msm-4.8

parents 5654be13 98e1dcde
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3342,9 +3342,9 @@ static int msm_audrx_init(struct snd_soc_pcm_runtime *rtd)
				struct snd_soc_component, list_aux);
		if (!strcmp(aux_comp->name, WSA8810_NAME_1) ||
		    !strcmp(aux_comp->name, WSA8810_NAME_2)) {
			tavil_set_spkr_mode(rtd->codec, SPKR_MODE_1);
			tavil_set_spkr_mode(rtd->codec, WCD934X_SPKR_MODE_1);
			tavil_set_spkr_gain_offset(rtd->codec,
						RX_GAIN_OFFSET_M1P5_DB);
					WCD934X_RX_GAIN_OFFSET_M1P5_DB);
		}
	}
	card = rtd->card->snd_card;