Re: [PATCH] ASoC: qcom: apq8016_sbc: Fix second argument of apq8016_dai_init()
From: Mark Brown
Date: Thu Nov 21 2024 - 09:03:20 EST
On Mon, Nov 18, 2024 at 12:20:58AM +0100, Bert Karwatzki wrote:
> Since commit a78a42fb48b8 the second argument of apq8016_dai_init() has
> to be an lpass id returned by qdsp6_dai_get_lpass_id().
This breaks the build:
/build/stage/linux/sound/soc/qcom/apq8016_sbc.c: In function ‘apq8016_sbc_dai_in
it’:
/build/stage/linux/sound/soc/qcom/apq8016_sbc.c:153:38: error: implicit declarat
ion of function ‘qdsp6_dai_get_lpass_id’ [-Werror=implicit-function-declaration]
153 | return apq8016_dai_init(rtd, qdsp6_dai_get_lpass_id(cpu_dai));
| ^~~~~~~~~~~~~~~~~~~~~~
/build/stage/linux/sound/soc/qcom/apq8016_sbc.c: At top level:
/build/stage/linux/sound/soc/qcom/apq8016_sbc.c:165:12: error: static declaratio
n of ‘qdsp6_dai_get_lpass_id’ follows non-static declaration
165 | static int qdsp6_dai_get_lpass_id(struct snd_soc_dai *cpu_dai)
| ^~~~~~~~~~~~~~~~~~~~~~
/build/stage/linux/sound/soc/qcom/apq8016_sbc.c:153:38: note: previous implicit
declaration of ‘qdsp6_dai_get_lpass_id’ with type ‘int()’
153 | return apq8016_dai_init(rtd, qdsp6_dai_get_lpass_id(cpu_dai));
| ^~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Attachment:
signature.asc
Description: PGP signature