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

Commit 423ca88e authored by Shahina Shaik's avatar Shahina Shaik Committed by Mark Brown
Browse files

ASoC: tlv320aic31xx: Fixed Coding Style Issues



Fixed coding style issues of "Missing Blank line after declaration"

Signed-off-by: default avatarShahina Shaik <sharab.shaik@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 43bf38ba
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -329,6 +329,7 @@ static int aic31xx_wait_bits(struct aic31xx_priv *aic31xx, unsigned int reg,
	unsigned int bits;
	unsigned int bits;
	int counter = count;
	int counter = count;
	int ret = regmap_read(aic31xx->regmap, reg, &bits);
	int ret = regmap_read(aic31xx->regmap, reg, &bits);

	while ((bits & mask) != wbits && counter && !ret) {
	while ((bits & mask) != wbits && counter && !ret) {
		usleep_range(sleep, sleep * 2);
		usleep_range(sleep, sleep * 2);
		ret = regmap_read(aic31xx->regmap, reg, &bits);
		ret = regmap_read(aic31xx->regmap, reg, &bits);
@@ -435,6 +436,7 @@ static int mic_bias_event(struct snd_soc_dapm_widget *w,
{
{
	struct snd_soc_codec *codec = w->codec;
	struct snd_soc_codec *codec = w->codec;
	struct aic31xx_priv *aic31xx = snd_soc_codec_get_drvdata(codec);
	struct aic31xx_priv *aic31xx = snd_soc_codec_get_drvdata(codec);

	switch (event) {
	switch (event) {
	case SND_SOC_DAPM_POST_PMU:
	case SND_SOC_DAPM_POST_PMU:
		/* change mic bias voltage to user defined */
		/* change mic bias voltage to user defined */