summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt1011.h
diff options
context:
space:
mode:
authorShuming Fan <shumingf@realtek.com>2020-01-16 12:18:54 +0300
committerMark Brown <broonie@kernel.org>2020-01-17 18:30:31 +0300
commit0e4ba0290e5851833f17b2b56deab6a28827bb07 (patch)
tree9dd445597d58ef5c4c98455dd4bbfeb37401b81e /sound/soc/codecs/rt1011.h
parent4061fdc89ff7704a71dc6df8e5841f861138e7e1 (diff)
downloadlinux-0e4ba0290e5851833f17b2b56deab6a28827bb07.tar.xz
ASoC: rt1011: set the different setting for QFN/WLCSP package
The QFN package is a new one. There is a different initial setting to the chip of QFN and WLCSP package. Signed-off-by: Shuming Fan <shumingf@realtek.com> Link: https://lore.kernel.org/r/20200116091854.18095-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt1011.h b/sound/soc/codecs/rt1011.h
index 68fadc15fa8c..f3a9a96640f1 100644
--- a/sound/soc/codecs/rt1011.h
+++ b/sound/soc/codecs/rt1011.h
@@ -692,6 +692,7 @@ struct rt1011_priv {
unsigned int r0_reg, cali_done;
unsigned int r0_calib, temperature_calib;
int recv_spk_mode;
+ unsigned int pack_id; /* 0: WLCSP; 1: QFN */
};
#endif /* end of _RT1011_H_ */