ASoC: ak4613: Implement suspend callback
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 16 Jun 2016 12:34:31 +0000 (14:34 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 17 Jun 2016 11:36:09 +0000 (12:36 +0100)
commitf9ae17ba97e0fd134f7c0108c70e708313a07063
treeea55dcc97776d6b921cb3e3d2bd85c2be03185c1
parentdcd2d1f78664fdc75eadaaf65257834e24383d01
ASoC: ak4613: Implement suspend callback

Add the suspend callback to accompany the existing resume operation.
With the suspend/resume callbacks the regmap (regcache) state handling
can follow the recommended sequence.

Based on commit a2ebd58627e9aa48 ("ASoC: ak4642: Implement suspend
callback") by Peter Ujfalusi <peter.ujfalusi@ti.com>.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/ak4613.c