summaryrefslogtreecommitdiff
path: root/include/sound/rt5663.h
diff options
context:
space:
mode:
authoroder_chiou@realtek.com <oder_chiou@realtek.com>2017-08-02 16:01:27 +0800
committerMark Brown <broonie@kernel.org>2017-08-02 11:20:50 +0100
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 @@
struct rt5663_platform_data {
unsigned int dc_offset_l_manual;
unsigned int dc_offset_r_manual;
+ unsigned int dc_offset_l_manual_mic;
+ unsigned int dc_offset_r_manual_mic;
};
#endif