]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: si476x: Convert SI476X codec to use regmap
authorAndrey Smirnov <andreysm@charmander.(none)>
Tue, 19 Feb 2013 03:59:34 +0000 (19:59 -0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 4 Mar 2013 03:20:15 +0000 (11:20 +0800)
commitd686500ae87275ed58a074f9e5e8b35b9afe30d8
tree1f4f51f48d80cc7dc2fd75dd9e9c0f220b32bead
parent6dbe51c251a327e012439c4772097a13df43c5b8
ASoC: si476x: Convert SI476X codec to use regmap

The latest radio and MFD drivers for SI476X radio chips use regmap API
to provide access to the registers and allow for caching of their
values when the actual chip is powered off. Convert the codec driver
to do the same, so it would not loose the settings when the radio
driver powers the chip down.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/si476x.c