diff options
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2014-09-26 09:57:27 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-09-29 19:46:20 +0100 |
commit | 6f67c380056ceaf5844f18d3a5d769d233247849 (patch) | |
tree | 168bed40ef09af1ce49a7b364f1be4da14c6acda /include/sound | |
parent | 0e612ff10c86241683f0a77e3dd0a6631b640009 (diff) | |
download | linux-6f67c380056ceaf5844f18d3a5d769d233247849.tar.bz2 |
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')
-rw-r--r-- | include/sound/rt5677.h | 5 |
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; }; |