0047-ASoC-sun4i-i2s-Also-set-capture-DMA-width.patch 665 B

1234567891011121314151617181920
  1. From 419b337ac3e60126f9de0bc98892e54a8ffe3b6e Mon Sep 17 00:00:00 2001
  2. From: Samuel Holland <[email protected]>
  3. Date: Sun, 13 Jun 2021 23:50:57 -0500
  4. Subject: [PATCH 047/117] ASoC: sun4i-i2s: Also set capture DMA width
  5. Signed-off-by: Samuel Holland <[email protected]>
  6. ---
  7. sound/soc/sunxi/sun4i-i2s.c | 1 +
  8. 1 file changed, 1 insertion(+)
  9. --- a/sound/soc/sunxi/sun4i-i2s.c
  10. +++ b/sound/soc/sunxi/sun4i-i2s.c
  11. @@ -633,6 +633,7 @@ static int sun4i_i2s_hw_params(struct sn
  12. params_physical_width(params));
  13. return -EINVAL;
  14. }
  15. + i2s->capture_dma_data.addr_width = width;
  16. i2s->playback_dma_data.addr_width = width;
  17. sr = i2s->variant->get_sr(word_size);