ASoC: lm49453: Fix mask for setting mode bit in lm49453_set_dai_fmt()
authorAxel Lin <axel.lin@ingics.com>
Fri, 21 Dec 2012 01:19:20 +0000 (09:19 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 24 Dec 2012 15:32:28 +0000 (15:32 +0000)
commitec20f2f8d3714cfb491a138eb4c0c720577d49e6
treed32cabd662a0623d52f1f685f3d148317603c52e
parenta49f0d1ea3ec94fc7cf33a7c36a16343b74bd565
ASoC: lm49453: Fix mask for setting mode bit in lm49453_set_dai_fmt()

The mode variable is either 0 or 1.
To update mode setting, the mask should be BIT(0) rather than BIT(1).

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Tested-by: Omair M. Abdullah <omair.m.abdullah@intel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/lm49453.c
This page took 0.024343 seconds and 5 git commands to generate.