diff options
| author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2025-08-13 18:15:07 +0200 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-08-14 13:58:58 +0100 |
| commit | d578faf7096affc036fd16333f1bfbe4991a22f7 (patch) | |
| tree | 5479707aae774294d346c27fd4bc9c80549ad213 | |
| parent | 7bf9e646af9a0ceac57b27e62b71f750af096c2c (diff) | |
| download | linux-d578faf7096affc036fd16333f1bfbe4991a22f7.tar.gz linux-d578faf7096affc036fd16333f1bfbe4991a22f7.zip | |
ASoC: remove unneeded 'fast_io' parameter in regmap_config
When using MMIO with regmap, fast_io is implied. No need to set it
again.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://patch.msgid.link/20250813161517.4746-22-wsa+renesas@sang-engineering.com
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | sound/soc/fsl/fsl_sai.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_sai.c b/sound/soc/fsl/fsl_sai.c index c313b654236c..cf1915b93d78 100644 --- a/sound/soc/fsl/fsl_sai.c +++ b/sound/soc/fsl/fsl_sai.c @@ -1244,7 +1244,6 @@ static struct regmap_config fsl_sai_regmap_config = { .reg_bits = 32, .reg_stride = 4, .val_bits = 32, - .fast_io = true, .max_register = FSL_SAI_RMR, .reg_defaults = fsl_sai_reg_defaults_ofs0, |
