19 May
2020
19 May
'20
6:16 a.m.
Hi Ranjani
Thank you for reviewing
From: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
dai_link related function should be implemented at soc-link.c. This patch adds snd_soc_link_be_hw_params_fixup().
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
(snip)
if (ret < 0) {
dev_err(be->dev,
"ASoC: hw_params BE fixup failed %d\n",
ret);
We can remove this error too isnt it? snd_soc_link_be_hw_params_fixup() would already have printed an error and this would be a duplicate?
Oh, yes. Will fixup it in v2
Thank you for your help !!
Best regards --- Kuninori Morimoto