treewide: use wpad-basic-wolfssl as default
[openwrt/openwrt.git] / target / linux / layerscape / patches-5.4 / 801-audio-0067-Revert-MLK-17442-ASoC-fsl-fix-wrong-usage-of-filter_.patch
1 From 912323e5d1290cbee651270f65de338663012c9b Mon Sep 17 00:00:00 2001
2 From: Yangbo Lu <yangbo.lu@nxp.com>
3 Date: Mon, 30 Mar 2020 16:30:03 +0800
4 Subject: [PATCH] Revert "MLK-17442: ASoC: fsl: fix wrong usage of filter_data
5 (part 1)"
6
7 This reverts commit 8d4837f146cd14cf7041050ddec77b2a5c3f2f27.
8 ---
9 sound/soc/fsl/fsl_sai.c | 4 ++--
10 1 file changed, 2 insertions(+), 2 deletions(-)
11
12 --- a/sound/soc/fsl/fsl_sai.c
13 +++ b/sound/soc/fsl/fsl_sai.c
14 @@ -1519,8 +1519,8 @@ static int fsl_sai_probe(struct platform
15 MCLK_DIR(index));
16 }
17
18 - sai->dma_params_rx.chan_name = "rx";
19 - sai->dma_params_tx.chan_name = "tx";
20 + sai->dma_params_rx.filter_data = "rx";
21 + sai->dma_params_tx.filter_data = "tx";
22 sai->dma_params_rx.addr = res->start + FSL_SAI_RDR0;
23 sai->dma_params_tx.addr = res->start + FSL_SAI_TDR0;
24 sai->dma_params_rx.maxburst = FSL_SAI_MAXBURST_RX;