19 Jun
2023
19 Jun
'23
2:59 p.m.
On Wed, Jun 14, 2023 at 12:18:55AM +0000, Kuninori Morimoto wrote:
Current snd_soc_of_get_dai_name() doesn't accept index for #sound-dai-cells. It is not useful for user. This patch adds it.
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
include/sound/soc.h | 2 +- sound/soc/fsl/imx-card.c | 2 +- sound/soc/generic/simple-card.c | 2 +- sound/soc/mediatek/mt8173/mt8173-rt5650.c | 2 +- sound/soc/qcom/common.c | 2 +- sound/soc/soc-core.c | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-)
This series all looks good but unfortunately the recently added Longsoon driver added a new user of snd_soc_of_get_dai_name() - could you rebase against for-6.5 to take account of the new driver please?