summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2015-05-11 09:04:06 +0800
committerSasha Levin <sasha.levin@oracle.com>2015-07-03 23:02:16 -0400
commit1431bbe6e10a4e2b4d8ae931c6b8441816288dab (patch)
tree93f2f8878e07e7e6afc4b35040cfa9e51cc4c508 /drivers
parent0b664b22a7fb65d685b22a4b9cbe4bd9777558c4 (diff)
ASoC: wm8903: Fix define for WM8903_VMID_RES_250K
[ Upstream commit ebb6ad73e645b8f2d098dd3c41d2ff0da4146a02 ] VMID Control 0 BIT[2:1] is VMID Divider Enable and Select 00 = VMID disabled (for OFF mode) 01 = 2 x 50kΩ divider (for normal operation) 10 = 2 x 250kΩ divider (for low power standby) 11 = 2 x 5kΩ divider (for fast start-up) So WM8903_VMID_RES_250K should be 2 << 1, which is 4. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions