diff options
author | Jack Yu <jack.yu@realtek.com> | 2021-04-08 10:32:40 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-04-08 16:08:49 +0200 |
commit | 44de8d80dba4e65f4fe7c17ea4be75e3cf9a902c (patch) | |
tree | c7969be3c1bbfff16f566156ab858fcd39f62feb /sound/soc/codecs/rt1011.h | |
parent | ASoC: meson: axg-frddr: set fifo depth according to the period (diff) | |
download | linux-44de8d80dba4e65f4fe7c17ea4be75e3cf9a902c.tar.xz linux-44de8d80dba4e65f4fe7c17ea4be75e3cf9a902c.zip |
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.h | 1 |
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_ */ |