openwrt/target/linux/layerscape/patches-5.4/801-audio-0009-Revert-ASoC-...

21 lines
613 B
Diff

From 6efe2223fa2de658d9017e2abd0ab4849430ef9c Mon Sep 17 00:00:00 2001
From: Dong Aisheng <aisheng.dong@nxp.com>
Date: Wed, 31 Jul 2019 17:11:24 +0800
Subject: [PATCH] Revert "ASoC: fsl_sai: mark regmap as fast_io"
This reverts commit 6d19d8a3cec74a9680947ecb6abdeda38583110e.
---
sound/soc/fsl/fsl_sai.c | 1 -
1 file changed, 1 deletion(-)
--- a/sound/soc/fsl/fsl_sai.c
+++ b/sound/soc/fsl/fsl_sai.c
@@ -764,7 +764,6 @@ static const struct regmap_config fsl_sa
.reg_bits = 32,
.reg_stride = 4,
.val_bits = 32,
- .fast_io = true,
.max_register = FSL_SAI_RMR,
.reg_defaults = fsl_sai_reg_defaults,