aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorOder Chiou <oder_chiou@realtek.com>2015-10-21 09:46:05 +0800
committerMark Brown <broonie@kernel.org>2015-10-22 13:33:00 +0100
commit16566e47098211e30b3d8a0bc6a3576871ada8e8 (patch)
treecbc1063c8b75dc186414f986b947f8a28c8b6fad /include/sound
parentASoC: rt5640: Revise the input pin name of IN1 and IN2 in document of the devicetree (diff)
downloadlinux-dev-16566e47098211e30b3d8a0bc6a3576871ada8e8.tar.xz
linux-dev-16566e47098211e30b3d8a0bc6a3576871ada8e8.zip
ASoC: rt5640: Fill up the IN3's support
Signed-off-by: Oder Chiou <oder_chiou@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/rt5640.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sound/rt5640.h b/include/sound/rt5640.h
index 59d26dd81e45..e3c84b92ff70 100644
--- a/include/sound/rt5640.h
+++ b/include/sound/rt5640.h
@@ -12,9 +12,10 @@
#define __LINUX_SND_RT5640_H
struct rt5640_platform_data {
- /* IN1 & IN2 can optionally be differential */
+ /* IN1 & IN2 & IN3 can optionally be differential */
bool in1_diff;
bool in2_diff;
+ bool in3_diff;
bool dmic_en;
bool dmic1_data_pin; /* 0 = IN1P; 1 = GPIO3 */