summaryrefslogtreecommitdiff
path: root/include/sound/rt5677.h
diff options
context:
space:
mode:
authorAnatol Pomozov <anatol.pomozov@gmail.com>2014-09-26 09:57:27 -0700
committerMark Brown <broonie@kernel.org>2014-09-29 19:46:20 +0100
commit6f67c380056ceaf5844f18d3a5d769d233247849 (patch)
tree168bed40ef09af1ce49a7b364f1be4da14c6acda /include/sound/rt5677.h
parent0e612ff10c86241683f0a77e3dd0a6631b640009 (diff)
ASoC: rt5677: Add dts properties for input/output differential configuration
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/rt5677.h')
-rw-r--r--include/sound/rt5677.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/sound/rt5677.h b/include/sound/rt5677.h
index a676717f74f4..082670e3a353 100644
--- a/include/sound/rt5677.h
+++ b/include/sound/rt5677.h
@@ -19,9 +19,12 @@ enum rt5677_dmic2_clk {
struct rt5677_platform_data {
- /* IN1 IN2 can optionally be differential */
+ /* IN1/IN2/LOUT1/LOUT2/LOUT3 can optionally be differential */
bool in1_diff;
bool in2_diff;
+ bool lout1_diff;
+ bool lout2_diff;
+ bool lout3_diff;
/* DMIC2 clock source selection */
enum rt5677_dmic2_clk dmic2_clk_pin;
};