]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: core: Mark regmap CODEC register maps as dirty when suspending
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 12 Sep 2012 04:21:52 +0000 (12:21 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 13 Sep 2012 01:47:36 +0000 (09:47 +0800)
commitf32959e89467ab72fcf73bd27e4e440ce91cb235
tree4147b9d1e27be5fac749b7c038341b695cd2d853
parent6b315958d330d3ebf46b7d45e0978a97be2c4ac0
ASoC: core: Mark regmap CODEC register maps as dirty when suspending

The core has for a long time had support for marking the register maps of
devices dirty when suspending so that they are resynced on resume. Also
implement this feature for CODECs using regmap.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-core.c