ASoC: dapm: Use generic power check for everything except DAIs
authorMark Brown <broonie@linaro.org>
Thu, 18 Jul 2013 21:03:01 +0000 (22:03 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 24 Jul 2013 13:56:15 +0000 (14:56 +0100)
commit63c69a6e4134a2085d40e40c02a395dd1bd8c023
treeab724620b7b901129cf0f3d2e1fbba785ce7865a
parent56a678344273fd63f8ade26876283a2586a9bf3a
ASoC: dapm: Use generic power check for everything except DAIs

As noticed by Lars-Peter Clausen since the move to using widgets to hook
into the DAIs we no longer directly manage the power of AIF or DAC/ADC
widgets from the stream integration so they can just use the generic power
checks instead of the custom stream integration ones they currently do.

Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/soc-dapm.c