diff options
author | Weidong Wang <wangweidong.a@awinic.com> | 2023-09-28 13:57:20 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-09-28 14:38:32 +0300 |
commit | 085370aa8c880da7014d0d8f93343fc1d21104b8 (patch) | |
tree | b70c082ee21737550f06141894e9b95526cc3bd8 /sound/soc/codecs/aw88395/aw88395_device.h | |
parent | 457b6587c112e162d3bec871c7b93359168d5c0a (diff) | |
download | linux-085370aa8c880da7014d0d8f93343fc1d21104b8.tar.xz |
ASoC: codecs: Remove the "fade-enable property"
Remove the "fade-enable" property because the "fade_step" property
already implement this functionality.
Signed-off-by: Weidong Wang <wangweidong.a@awinic.com>
Link: https://lore.kernel.org/r/20230928105727.47273-4-wangweidong.a@awinic.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/aw88395/aw88395_device.h')
-rw-r--r-- | sound/soc/codecs/aw88395/aw88395_device.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/soc/codecs/aw88395/aw88395_device.h b/sound/soc/codecs/aw88395/aw88395_device.h index caf730753167..d32d16c89509 100644 --- a/sound/soc/codecs/aw88395/aw88395_device.h +++ b/sound/soc/codecs/aw88395/aw88395_device.h @@ -141,6 +141,7 @@ struct aw_device { unsigned char prof_cur; unsigned char prof_index; unsigned char dsp_crc_st; + unsigned char dsp_cfg; u16 chip_id; unsigned int channel; @@ -151,9 +152,6 @@ struct aw_device { struct regmap *regmap; char *acf; - u32 fade_en; - unsigned char dsp_cfg; - u32 dsp_fw_len; u32 dsp_cfg_len; u8 platform; |