ASoC: wm8994: Suppress noop updates of FLL K
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 3 Mar 2012 15:33:23 +0000 (15:33 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 4 Mar 2012 01:56:18 +0000 (01:56 +0000)
commitb16db745b51a1ecd3fd526a2ff35d61f2962bd7f
tree6d6d537e7f4430c523cc44ec882b669036908897
parent2bc16ed8e02ba39dc5010b4a2b2a606e4b87abbd
ASoC: wm8994: Suppress noop updates of FLL K

Using snd_soc_write() means we always write to the register even if it
already contains the newly calculated value.

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