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

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

ASoC: Reset WM8962 with default ID value



The value makes no odds and it makes life easier with caches.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
parent 5cdc5c3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1958,7 +1958,7 @@ static int wm8962_readable_register(unsigned int reg)

static int wm8962_reset(struct snd_soc_codec *codec)
{
	return snd_soc_write(codec, WM8962_SOFTWARE_RESET, 0);
	return snd_soc_write(codec, WM8962_SOFTWARE_RESET, 0x6243);
}

static const DECLARE_TLV_DB_SCALE(inpga_tlv, -2325, 75, 0);