Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Wolfram Sang and committed by
Mark Brown
d578faf7 7bf9e646

-1
-1
sound/soc/fsl/fsl_sai.c
··· 1244 1244 .reg_bits = 32, 1245 1245 .reg_stride = 4, 1246 1246 .val_bits = 32, 1247 - .fast_io = true, 1248 1247 1249 1248 .max_register = FSL_SAI_RMR, 1250 1249 .reg_defaults = fsl_sai_reg_defaults_ofs0,