summaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authoroder_chiou@realtek.com2017-08-02 10:01:27 +0200
committerMark Brown2017-08-02 12:20:50 +0200
commit278982b50b28d654ff8cca0efb1ff6e835c6cc4c (patch)
tree06ae438fff7c7c9efa0167e3a91575464222ac1d /include/sound
parentASoC: rt5663: Add the delay time to correct the calibration (diff)
downloadkernel-qcow2-linux-278982b50b28d654ff8cca0efb1ff6e835c6cc4c.tar.gz
kernel-qcow2-linux-278982b50b28d654ff8cca0efb1ff6e835c6cc4c.tar.xz
kernel-qcow2-linux-278982b50b28d654ff8cca0efb1ff6e835c6cc4c.zip
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')
-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