mirror of https://gitee.com/openkylin/linux.git
ASoC: Correct definition of WM8903_VMID_RES_5K
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
This commit is contained in:
parent
406e56c9df
commit
8ceed344af
|
@ -165,7 +165,7 @@ extern int wm8903_mic_detect(struct snd_soc_codec *codec,
|
||||||
|
|
||||||
#define WM8903_VMID_RES_50K 2
|
#define WM8903_VMID_RES_50K 2
|
||||||
#define WM8903_VMID_RES_250K 3
|
#define WM8903_VMID_RES_250K 3
|
||||||
#define WM8903_VMID_RES_5K 4
|
#define WM8903_VMID_RES_5K 6
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* R8 (0x08) - Analogue DAC 0
|
* R8 (0x08) - Analogue DAC 0
|
||||||
|
|
Loading…
Reference in New Issue