summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/aw88395/aw88395_reg.h
diff options
context:
space:
mode:
authorWeidong Wang <wangweidong.a@awinic.com>2023-11-09 12:37:07 +0300
committerMark Brown <broonie@kernel.org>2023-11-13 04:26:12 +0300
commitfc213b8d4466d1fcf39ab760979be4eac2a67635 (patch)
tree94ff727c93116c84790b7d6b7ab97137ff0e5c81 /sound/soc/codecs/aw88395/aw88395_reg.h
parent8df735701a7051825254ec7a12a661307bb7bdc1 (diff)
downloadlinux-fc213b8d4466d1fcf39ab760979be4eac2a67635.tar.xz
ASoC: codecs: Modify the bin file parsing method
Modify the aw88395_lib file so that the bin file parsing is no longer related to the chip id of the chip. Adopt the bin file data type "prof_data_type" as the differentiation between different chip bin file parsing methods. Since the chip id macro for the aw88399 is no longer defined in aw88395_reg.h, define the chip id for the aw88399 in aw88399.h Signed-off-by: Weidong Wang <wangweidong.a@awinic.com> Link: https://lore.kernel.org/r/20231109093708.13155-1-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/codecs/aw88395/aw88395_reg.h b/sound/soc/codecs/aw88395/aw88395_reg.h
index ede7deab6a9c..e64f24e97150 100644
--- a/sound/soc/codecs/aw88395/aw88395_reg.h
+++ b/sound/soc/codecs/aw88395/aw88395_reg.h
@@ -95,10 +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,
};
#define AW88395_REG_MAX (0x7D)