blob: 454bfd5a18f3f5f7436388cdc6c6ee307f18fc44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
@@ -763,7 +763,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,
|