From: Pierre-Louis Bossart Date: Thu, 9 Jul 2020 16:23:19 +0000 (-0500) Subject: ASoC: qcom: qdsp6: q6asm: Provide documentation for 'codec_profile' X-Git-Tag: v5.9-rc1~120^2~9^2^2~86^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4633504213eff9913f722da7320e23eecd48b59;p=thirdparty%2Fkernel%2Flinux.git ASoC: qcom: qdsp6: q6asm: Provide documentation for 'codec_profile' Fixes the following W=1 kernel build warning(s): sound/soc/qcom/qdsp6/q6asm.c:924: warning: Function parameter or member 'codec_profile' not described in 'q6asm_open_write' Signed-off-by: Pierre-Louis Bossart Cc: Patrick Lai Cc: Banajit Goswami Cc: Srinivas Kandagatla Cc: Vinod Koul Link: https://lore.kernel.org/r/20200709162328.259586-3-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/qcom/qdsp6/q6asm.c b/sound/soc/qcom/qdsp6/q6asm.c index e0983970cba90..755062eadcc85 100644 --- a/sound/soc/qcom/qdsp6/q6asm.c +++ b/sound/soc/qcom/qdsp6/q6asm.c @@ -912,9 +912,9 @@ err: /** * q6asm_open_write() - Open audio client for writing - * * @ac: audio client pointer * @format: audio sample format + * @codec_profile: compressed format profile * @bits_per_sample: bits per sample * * Return: Will be an negative value on error or zero on success