aboutsummaryrefslogtreecommitdiff
path: root/include/sound/rt5640.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/rt5640.h')
-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 */