summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt1015.h
diff options
context:
space:
mode:
authorderek.fang <derek.fang@realtek.com>2020-09-14 16:57:18 +0800
committerMark Brown <broonie@kernel.org>2020-09-14 13:53:57 +0100
commitda145172b236b1ac322fa81f6250aa59074eba68 (patch)
treea4347b37f8b9d502f03b5b0d5c06c79531b06622 /sound/soc/codecs/rt1015.h
parent1a5ce48fd667128e369fdc7fb87e21539aed21b5 (diff)
ASoC: rt1015: Fix DC calibration on bypass boost mode
Fix the DC calibration unsuccessful issue on rt1015 bypass boost mode. Signed-off-by: derek.fang <derek.fang@realtek.com> Link: https://lore.kernel.org/r/1600073839-6762-1-git-send-email-derek.fang@realtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt1015.h')
-rw-r--r--sound/soc/codecs/rt1015.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt1015.h b/sound/soc/codecs/rt1015.h
index 7bd159e8f958..4d11f5865725 100644
--- a/sound/soc/codecs/rt1015.h
+++ b/sound/soc/codecs/rt1015.h
@@ -389,6 +389,7 @@ struct rt1015_priv {
int bypass_boost;
int amp_ver;
int dac_is_used;
+ int cali_done;
};
#endif /* __RT1015_H__ */