]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ASoC: fsl_sai: mark regmap as fast_io
authorLucas Stach <l.stach@pengutronix.de>
Wed, 17 Jul 2019 10:51:56 +0000 (12:51 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 22 Jul 2019 12:26:14 +0000 (13:26 +0100)
commit6d19d8a3cec74a9680947ecb6abdeda38583110e
tree3197f9858f0574f16a4d96d6e27c9fd61f6d6e94
parentbd517707d85f19a7339ea8b882fcbf0fd9976bd6
ASoC: fsl_sai: mark regmap as fast_io

The regmap is only ever used to access MMIO registers, so it's fair
to say that register access is fast.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Link: https://lore.kernel.org/r/20190717105156.15721-1-l.stach@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_sai.c