Unverified Commit a84188ec authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: max98090: Drop incorrectly applied duplicate commit



This reverts commit 4e93c129 (ASoC: max98090: fix incorrect
helper in max98090_dapm_put_enum_double()) which was misapplied.

Reported-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 23534b19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ static int max98090_put_enum_double(struct snd_kcontrol *kcontrol,
	struct snd_ctl_elem_value *ucontrol)
{
	struct snd_soc_component *component =
		snd_soc_dapm_kcontrol_component(kcontrol);
		snd_soc_kcontrol_component(kcontrol);
	struct max98090_priv *max98090 =
		snd_soc_component_get_drvdata(component);
	int ret;