summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/aw88395/aw88395_reg.h
diff options
context:
space:
mode:
authorWeidong Wang <wangweidong.a@awinic.com>2023-10-25 14:26:24 +0300
committerMark Brown <broonie@kernel.org>2023-10-25 15:39:25 +0300
commit725f3b967a507c515c5b14b4103840d22c217ef7 (patch)
tree7ff401bcf18a76fce3f4267d36720bff89310811 /sound/soc/codecs/aw88395/aw88395_reg.h
parentdebd9fa7bf17251c44a01ac1536d97566df45ca6 (diff)
downloadlinux-725f3b967a507c515c5b14b4103840d22c217ef7.tar.xz
ASoC: codecs: Add code for bin parsing compatible with aw88399
Add aw88399 compatible code to the aw88395_lib.c file so that it can parse aw88399's bin file. Reviewed-by: Herve Codina <herve.codina@bootlin.com> Signed-off-by: Weidong Wang <wangweidong.a@awinic.com> Link: https://lore.kernel.org/r/20231025112625.959587-3-wangweidong.a@awinic.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/aw88395/aw88395_reg.h')
-rw-r--r--sound/soc/codecs/aw88395/aw88395_reg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/aw88395/aw88395_reg.h b/sound/soc/codecs/aw88395/aw88395_reg.h
index d0a273387313..ede7deab6a9c 100644
--- a/sound/soc/codecs/aw88395/aw88395_reg.h
+++ b/sound/soc/codecs/aw88395/aw88395_reg.h
@@ -95,6 +95,7 @@
#define AW88395_TM_REG (0x7C)
enum aw88395_id {
+ AW88399_CHIP_ID = 0x2183,
AW88395_CHIP_ID = 0x2049,
AW88261_CHIP_ID = 0x2113,
AW87390_CHIP_ID = 0x76,