diff options
author | oder_chiou@realtek.com <oder_chiou@realtek.com> | 2017-07-10 11:14:56 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-07-17 12:05:54 +0100 |
commit | 450f0f6a8fb499a6ef3d10ab5c29a7c4650a9958 (patch) | |
tree | ae72cea4074100050b33cd3872607aed9dc69dc4 /sound/soc/codecs/rt5663.h | |
parent | 09b8852c759917e3ea10062b374692a5313cbfd8 (diff) |
ASoC: rt5663: Add the manual offset field to compensate the DC offset
The patch adds the manual offset field in the devicetree to compensate the
DC offset that will be different between the PCB layout. It only can be
measured by the real production.
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5663.h')
-rw-r--r-- | sound/soc/codecs/rt5663.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5663.h b/sound/soc/codecs/rt5663.h index 4621812c94d8..c5a9b69579ad 100644 --- a/sound/soc/codecs/rt5663.h +++ b/sound/soc/codecs/rt5663.h @@ -12,6 +12,8 @@ #ifndef __RT5663_H__ #define __RT5663_H__ +#include <sound/rt5663.h> + /* Info */ #define RT5663_RESET 0x0000 #define RT5663_VENDOR_ID 0x00fd |