summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt1011.h
diff options
context:
space:
mode:
authorShuming Fan <shumingf@realtek.com>2019-08-06 17:14:59 +0800
committerMark Brown <broonie@kernel.org>2019-08-07 14:19:13 +0100
commit0922c7a51c775b71a297598623debe9cb6ce3a08 (patch)
tree8af22d3a02ee62095b3e4f6e45dae0452f994bf9 /sound/soc/codecs/rt1011.h
parent3403b808a0eb6d25883b72a6c4d2a4a452f8a233 (diff)
ASoC: rt1011: Add a flag for the R0 calibration test
The factory test needs to know whether the calibration completed. This flag helps to confirm the calibration completed or not. Signed-off-by: Shuming Fan <shumingf@realtek.com> Link: https://lore.kernel.org/r/20190806091459.14382-1-shumingf@realtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt1011.h')
-rw-r--r--sound/soc/codecs/rt1011.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt1011.h b/sound/soc/codecs/rt1011.h
index 5d431d7f1d16..2d65983f3d0f 100644
--- a/sound/soc/codecs/rt1011.h
+++ b/sound/soc/codecs/rt1011.h
@@ -666,7 +666,7 @@ struct rt1011_priv {
int pll_out;
int bq_drc_set;
- unsigned int r0_reg;
+ unsigned int r0_reg, cali_done;
int recv_spk_mode;
};