aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/rt5663.h
diff options
context:
space:
mode:
authoroder_chiou@realtek.com <oder_chiou@realtek.com>2017-08-02 04:01:27 -0400
committerMark Brown <broonie@kernel.org>2017-08-02 06:20:50 -0400
commit278982b50b28d654ff8cca0efb1ff6e835c6cc4c (patch)
tree06ae438fff7c7c9efa0167e3a91575464222ac1d /include/sound/rt5663.h
parentc1bbaff6d7dd55314ee453df8dfe00befd7ce1b2 (diff)
ASoC: rt5663: Seprate the DC offset between headphone and headset
The patch seprates the DC offset between headphone and headset. Signed-off-by: Oder Chiou <oder_chiou@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/rt5663.h')
-rw-r--r--include/sound/rt5663.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/rt5663.h b/include/sound/rt5663.h
index be6f1b2d8fbd..7d00e5849706 100644
--- a/include/sound/rt5663.h
+++ b/include/sound/rt5663.h
@@ -14,6 +14,8 @@
14struct rt5663_platform_data { 14struct rt5663_platform_data {
15 unsigned int dc_offset_l_manual; 15 unsigned int dc_offset_l_manual;
16 unsigned int dc_offset_r_manual; 16 unsigned int dc_offset_r_manual;
17 unsigned int dc_offset_l_manual_mic;
18 unsigned int dc_offset_r_manual_mic;
17}; 19};
18 20
19#endif 21#endif