diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2015-10-21 09:46:05 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-10-22 13:33:00 +0100 |
commit | 16566e47098211e30b3d8a0bc6a3576871ada8e8 (patch) | |
tree | cbc1063c8b75dc186414f986b947f8a28c8b6fad /include/sound | |
parent | 841fdde143a84cb71e168b4131e58e613d978e2a (diff) |
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.h | 3 |
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 */ |