mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-06 04:34:00 -05:00
This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. For the original discussion see: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
21 lines
665 B
Diff
21 lines
665 B
Diff
From 419b337ac3e60126f9de0bc98892e54a8ffe3b6e Mon Sep 17 00:00:00 2001
|
|
From: Samuel Holland <samuel@sholland.org>
|
|
Date: Sun, 13 Jun 2021 23:50:57 -0500
|
|
Subject: [PATCH 047/117] ASoC: sun4i-i2s: Also set capture DMA width
|
|
|
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
|
---
|
|
sound/soc/sunxi/sun4i-i2s.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/sound/soc/sunxi/sun4i-i2s.c
|
|
+++ b/sound/soc/sunxi/sun4i-i2s.c
|
|
@@ -633,6 +633,7 @@ static int sun4i_i2s_hw_params(struct sn
|
|
params_physical_width(params));
|
|
return -EINVAL;
|
|
}
|
|
+ i2s->capture_dma_data.addr_width = width;
|
|
i2s->playback_dma_data.addr_width = width;
|
|
|
|
sr = i2s->variant->get_sr(word_size);
|