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

Commit a9d1974e authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Mark Brown
Browse files

ASoC: ssm2602: Set initial bias level to standby



Set the initial bias level to standby during CODEC probe instead of leaving the
CODEC powered off.

Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent d1b73287
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -577,7 +577,12 @@ static int ssm260x_probe(struct snd_soc_codec *codec)
		break;
	}

	if (ret)
		return ret;

	ssm2602_set_bias_level(codec, SND_SOC_BIAS_STANDBY);

	return 0;
}

/* remove everything here */