| cafadbf4 | 19-Jan-2026 |
Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> |
ASoC: renesas: rz-ssi: Drop goto label
There is no need to jump to a label just to return. Return directly instead.
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Link: https://pa
ASoC: renesas: rz-ssi: Drop goto label
There is no need to jump to a label just to return. Return directly instead.
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Link: https://patch.msgid.link/20260119195252.3362486-5-claudiu.beznea.uj@bp.renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
show more ...
|
| c7a4c368 | 19-Jan-2026 |
Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> |
ASoC: renesas: rz-ssi: Drop the & operator in front of function name
There is no need for & operator in front of the function name. Drop it.
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.rene
ASoC: renesas: rz-ssi: Drop the & operator in front of function name
There is no need for & operator in front of the function name. Drop it.
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Link: https://patch.msgid.link/20260119195252.3362486-4-claudiu.beznea.uj@bp.renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
show more ...
|
| 9e0e337c | 19-Jan-2026 |
Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> |
ASoC: renesas: rz-ssi: Drop unnecessary if condition
The is_stopped variable can be initialized directly at declaration, removing the need for an extra if condition. Drop the if condition and initia
ASoC: renesas: rz-ssi: Drop unnecessary if condition
The is_stopped variable can be initialized directly at declaration, removing the need for an extra if condition. Drop the if condition and initialize is_stopped at declaration.
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Link: https://patch.msgid.link/20260119195252.3362486-3-claudiu.beznea.uj@bp.renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
show more ...
|
| 124f6155 | 14-Nov-2025 |
Biju Das <biju.das.jz@bp.renesas.com> |
ASoC: renesas: rz-ssi: Add support for 32 bits sample width
Add support for 32 bits sample format width for RZ/G2L SoCs.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Link: https://patch.msg
ASoC: renesas: rz-ssi: Add support for 32 bits sample width
Add support for 32 bits sample format width for RZ/G2L SoCs.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Link: https://patch.msgid.link/20251114075856.4751-6-biju.das.jz@bp.renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
show more ...
|
| 9e10709f | 14-Nov-2025 |
Biju Das <biju.das.jz@bp.renesas.com> |
ASoC: renesas: rz-ssi: Add support for 24 bits sample width
Add support for 24 bits sample format width for RZ/G2L SoCs.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Link: https://patch.msg
ASoC: renesas: rz-ssi: Add support for 24 bits sample width
Add support for 24 bits sample format width for RZ/G2L SoCs.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Link: https://patch.msgid.link/20251114075856.4751-5-biju.das.jz@bp.renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
show more ...
|
| b541cb0a | 14-Nov-2025 |
Biju Das <biju.das.jz@bp.renesas.com> |
ASoC: renesas: rz-ssi: Move DMA configuration
Move DMA configuration from rz_ssi_dma_request() to rz_ssi_dai_trigger() for supporting sample widths higher than 16.
Signed-off-by: Biju Das <biju.das
ASoC: renesas: rz-ssi: Move DMA configuration
Move DMA configuration from rz_ssi_dma_request() to rz_ssi_dai_trigger() for supporting sample widths higher than 16.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Link: https://patch.msgid.link/20251114075856.4751-4-biju.das.jz@bp.renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
show more ...
|
| a472f0b1 | 14-Nov-2025 |
Biju Das <biju.das.jz@bp.renesas.com> |
ASoC: renesas: rz-ssi: Remove trailing comma in the terminator entry
Remove trailing comma in the terminator entry for OF table. While at it, add a space between the braces and comment block.
Revie
ASoC: renesas: rz-ssi: Remove trailing comma in the terminator entry
Remove trailing comma in the terminator entry for OF table. While at it, add a space between the braces and comment block.
Reviewed-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Link: https://patch.msgid.link/20251114075856.4751-3-biju.das.jz@bp.renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
show more ...
|
| 2bae7bed | 14-Nov-2025 |
Biju Das <biju.das.jz@bp.renesas.com> |
ASoC: renesas: rz-ssi: Fix rz_ssi_priv::hw_params_cache::sample_width
The strm->sample_width is not filled during rz_ssi_dai_hw_params(). This wrong value is used for caching sample_width in struct
ASoC: renesas: rz-ssi: Fix rz_ssi_priv::hw_params_cache::sample_width
The strm->sample_width is not filled during rz_ssi_dai_hw_params(). This wrong value is used for caching sample_width in struct hw_params_cache. Fix this issue by replacing 'strm->sample_width'->'params_width(params)' in rz_ssi_dai_hw_params(). After this drop the variable sample_width from struct rz_ssi_stream as it is unused.
Cc: stable@kernel.org Fixes: 4f8cd05a4305 ("ASoC: sh: rz-ssi: Add full duplex support") Reviewed-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Link: https://patch.msgid.link/20251114073709.4376-3-biju.das.jz@bp.renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
show more ...
|