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

Commit f6f629f8 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: wm5102: Correct lookup of arizona struct in SYSCLK event



Reported-by: default avatarRyo Tsutsui <Ryo.Tsutsui@wolfsonmicro.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
parent 31880c37
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -584,7 +584,7 @@ static int wm5102_sysclk_ev(struct snd_soc_dapm_widget *w,
			    struct snd_kcontrol *kcontrol, int event)
			    struct snd_kcontrol *kcontrol, int event)
{
{
	struct snd_soc_codec *codec = w->codec;
	struct snd_soc_codec *codec = w->codec;
	struct arizona *arizona = dev_get_drvdata(codec->dev);
	struct arizona *arizona = dev_get_drvdata(codec->dev->parent);
	struct regmap *regmap = codec->control_data;
	struct regmap *regmap = codec->control_data;
	const struct reg_default *patch = NULL;
	const struct reg_default *patch = NULL;
	int i, patch_size;
	int i, patch_size;