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

Commit 6765ff77 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

ASoC: rt5631: Remove unused codec field from struct rt5631_priv

parent f96c255d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@
#include "rt5631.h"

struct rt5631_priv {
	struct snd_soc_codec *codec;
	int codec_version;
	int master;
	int sysclk;
@@ -1632,7 +1631,6 @@ static int rt5631_probe(struct snd_soc_codec *codec)
	}

	codec->dapm.bias_level = SND_SOC_BIAS_STANDBY;
	rt5631->codec = codec;

	return 0;
}