Searched hist:"14 ba3ec1de043260cecd9e828ea2e3a0ad302893" (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | wm8737.c | diff 14ba3ec1de043260cecd9e828ea2e3a0ad302893 Sun May 10 05:35:06 CEST 2015 Axel Lin <axel.lin@ingics.com> ASoC: wm8737: Fixup setting VMID Impedance control register
According to the datasheet: R10 (0Ah) VMID Impedance Control
BIT 3:2 VMIDSEL DEFAULT 00
DESCRIPTION: VMID impedance selection control 00: 75kΩ output 01: 300kΩ output 10: 2.5kΩ output
WM8737_VMIDSEL_MASK is 0xC (VMIDSEL - [3:2]), so it needs to left shift WM8737_VMIDSEL_SHIFT bits for setting these bits.
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org
|