]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: rsnd: Refactor port handling with helper for endpoint node selection
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Fri, 11 Oct 2024 17:53:46 +0000 (18:53 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 17 Oct 2024 11:13:11 +0000 (12:13 +0100)
commitdaf5e3c68144bdb7e605f46853febc7bb257d44d
tree6385a669ef035ed5dadd145f15adae6f6abbcd69
parent43916d9288460bd76d47128898fdf5972dfdb87f
ASoC: rsnd: Refactor port handling with helper for endpoint node selection

Refactor the code responsible for selecting the correct device node for
audio endpoint parsing in the rsnd driver. A new helper function
`rsnd_pick_endpoint_node_for_ports()` is introduced to handle the
selection of the endpoint node by checking whether the port is named
'port' or 'ports'.

This change simplifies the logic in both `rsnd_dai_of_node()` and
`rsnd_dai_probe()` functions by replacing repetitive condition checks
with the new helper.

Suggested-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/20241011175346.1093649-1-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/core.c