diff options
author | Bard Liao <bardliao@realtek.com> | 2017-07-20 01:07:49 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-07-20 08:09:42 -0400 |
commit | b50e2842b25fc14299ccf98dc9467b6304082bcb (patch) | |
tree | 188451e82e0e91a1f21816da292c94e3ad015bdc | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff) |
ASoC: rt5665: fix GPIO6 pin function define
The GPIO6 pin function select value was wrong.
Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/rt5665.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/rt5665.h b/sound/soc/codecs/rt5665.h index 1db5c6a62a8e..d95249c4c47b 100644 --- a/sound/soc/codecs/rt5665.h +++ b/sound/soc/codecs/rt5665.h | |||
@@ -1692,8 +1692,8 @@ | |||
1692 | #define RT5665_GP6_PIN_MASK (0x3 << 5) | 1692 | #define RT5665_GP6_PIN_MASK (0x3 << 5) |
1693 | #define RT5665_GP6_PIN_SFT 5 | 1693 | #define RT5665_GP6_PIN_SFT 5 |
1694 | #define RT5665_GP6_PIN_GPIO6 (0x0 << 5) | 1694 | #define RT5665_GP6_PIN_GPIO6 (0x0 << 5) |
1695 | #define RT5665_GP6_PIN_BCLK3 (0x0 << 5) | 1695 | #define RT5665_GP6_PIN_BCLK3 (0x1 << 5) |
1696 | #define RT5665_GP6_PIN_PDM_SCL (0x1 << 5) | 1696 | #define RT5665_GP6_PIN_PDM_SCL (0x2 << 5) |
1697 | #define RT5665_GP7_PIN_MASK (0x3 << 3) | 1697 | #define RT5665_GP7_PIN_MASK (0x3 << 3) |
1698 | #define RT5665_GP7_PIN_SFT 3 | 1698 | #define RT5665_GP7_PIN_SFT 3 |
1699 | #define RT5665_GP7_PIN_GPIO7 (0x0 << 3) | 1699 | #define RT5665_GP7_PIN_GPIO7 (0x0 << 3) |