[PATCH 0/7] RZ/G2L SSI Improvements

Biju posted 7 patches 2 months, 4 weeks ago
sound/soc/renesas/rz-ssi.c | 193 +++++++++++++++++++++++++------------
1 file changed, 132 insertions(+), 61 deletions(-)
[PATCH 0/7] RZ/G2L SSI Improvements
Posted by Biju 2 months, 4 weeks ago
From: Biju Das <biju.das.jz@bp.renesas.com>

The first patch in this series fixes audio channel swap issue because of
half duplex to full duplex switching during the streaming that involves
FIFO reset which drops the word leading to audio channel swap issue. The
second patch fixes sample width value in the hw_params_cache::sample_width
Apart from this, support 24 and 32 bit sample format width.

Biju Das (7):
  ASoC: renesas: rz-ssi: Fix channel swap issue in full duplex mode
  ASoC: renesas: rz-ssi: Fix rz_ssi_priv::hw_params_cache::sample_width
  ASoC: renesas: rz-ssi: Use dev variable in probe()
  ASoC: renesas: rz-ssi: Remove trailing comma in the terminator entry
  ASoC: renesas: rz-ssi: Move DMA configuration
  ASoC: renesas: rz-ssi: Add support for 24 bits sample width
  ASoC: renesas: rz-ssi: Add support for 32 bits sample width

 sound/soc/renesas/rz-ssi.c | 193 +++++++++++++++++++++++++------------
 1 file changed, 132 insertions(+), 61 deletions(-)

-- 
2.43.0
Re: [PATCH 0/7] RZ/G2L SSI Improvements
Posted by Mark Brown 2 months, 4 weeks ago
On Wed, Nov 12, 2025 at 03:41:01PM +0000, Biju wrote:
> From: Biju Das <biju.das.jz@bp.renesas.com>
> 
> The first patch in this series fixes audio channel swap issue because of
> half duplex to full duplex switching during the streaming that involves
> FIFO reset which drops the word leading to audio channel swap issue. The
> second patch fixes sample width value in the hw_params_cache::sample_width
> Apart from this, support 24 and 32 bit sample format width.

Copying in Morimoto-san given that it's Renesas stuff.
Re: [PATCH 0/7] RZ/G2L SSI Improvements
Posted by Kuninori Morimoto 2 months, 3 weeks ago
Hi Biju

> The first patch in this series fixes audio channel swap issue because of
> half duplex to full duplex switching during the streaming that involves
> FIFO reset which drops the word leading to audio channel swap issue. The
> second patch fixes sample width value in the hw_params_cache::sample_width
> Apart from this, support 24 and 32 bit sample format width.

I think splitting patch (for fixes patch-set, for new feature patch-set)
is easy to handle for Mark ?

Thank you for your help !!

Best regards
---
Kuninori Morimoto