ASoC: Drop unused state parameter from CODEC suspend callback
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 2 Dec 2011 09:18:28 +0000 (10:18 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 2 Dec 2011 10:32:03 +0000 (10:32 +0000)
The existence of this parameter is purely historical. None of the CODEC drivers
uses it and we always pass in the same value anyway, so it should be safe to
remove it.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found