Unverified Commit f5b92c74 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: don't set dapm->bias_level directly

Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:

We have many set_bias_level functions, thus dapm->bias_level should be
handled by owner function, not by its callback functions.
parents c61da554 67bdd67a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -861,7 +861,7 @@ static int rt700_set_bias_level(struct snd_soc_component *component,
	default:
		break;
	}
	dapm->bias_level = level;

	return 0;
}

+1 −1
Original line number Diff line number Diff line
@@ -775,7 +775,7 @@ static int rt715_set_bias_level(struct snd_soc_component *component,
	default:
		break;
	}
	dapm->bias_level = level;

	return 0;
}