summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt1011.h
diff options
context:
space:
mode:
authorJack Yu <jack.yu@realtek.com>2021-04-08 11:32:40 +0300
committerMark Brown <broonie@kernel.org>2021-04-08 17:08:49 +0300
commit44de8d80dba4e65f4fe7c17ea4be75e3cf9a902c (patch)
treec7969be3c1bbfff16f566156ab858fcd39f62feb /sound/soc/codecs/rt1011.h
parent6f68accaa8641b70b698da659216f82f87537869 (diff)
downloadlinux-44de8d80dba4e65f4fe7c17ea4be75e3cf9a902c.tar.xz
ASoC: rt1011: remove pack_id check in rt1011
For latest design, different package could use the same setting, therefore the check of pack_id will no longer be used. Signed-off-by: Jack Yu <jack.yu@realtek.com> Link: https://lore.kernel.org/r/4cbe1cd3b8664140889132464c7dee7b@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, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt1011.h b/sound/soc/codecs/rt1011.h
index f3a9a96640f1..68fadc15fa8c 100644
--- a/sound/soc/codecs/rt1011.h
+++ b/sound/soc/codecs/rt1011.h
@@ -692,7 +692,6 @@ 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_ */