Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b50e2842 authored by Bard Liao's avatar Bard Liao Committed by Mark Brown
Browse files

ASoC: rt5665: fix GPIO6 pin function define



The GPIO6 pin function select value was wrong.

Signed-off-by: default avatarBard Liao <bardliao@realtek.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 5771a8c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1692,8 +1692,8 @@
#define RT5665_GP6_PIN_MASK			(0x3 << 5)
#define RT5665_GP6_PIN_SFT			5
#define RT5665_GP6_PIN_GPIO6			(0x0 << 5)
#define RT5665_GP6_PIN_BCLK3			(0x0 << 5)
#define RT5665_GP6_PIN_PDM_SCL			(0x1 << 5)
#define RT5665_GP6_PIN_BCLK3			(0x1 << 5)
#define RT5665_GP6_PIN_PDM_SCL			(0x2 << 5)
#define RT5665_GP7_PIN_MASK			(0x3 << 3)
#define RT5665_GP7_PIN_SFT			3
#define RT5665_GP7_PIN_GPIO7			(0x0 << 3)