diff options
author | Shuming Fan <shumingf@realtek.com> | 2020-01-16 17:18:54 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-01-17 15:30:31 +0000 |
commit | 0e4ba0290e5851833f17b2b56deab6a28827bb07 (patch) | |
tree | 9dd445597d58ef5c4c98455dd4bbfeb37401b81e /sound/soc/codecs/rt1011.h | |
parent | 4061fdc89ff7704a71dc6df8e5841f861138e7e1 (diff) | |
download | lwn-0e4ba0290e5851833f17b2b56deab6a28827bb07.tar.gz lwn-0e4ba0290e5851833f17b2b56deab6a28827bb07.zip |
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.h | 1 |
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_ */ |