Add missing struct fields for struct fsl_asrc_m2m_cap. Add the missing "struct" keyword on struct kernel-doc headings.
Warning: ../sound/soc/fsl/fsl_asrc_common.h:65 cannot understand function prototype: 'struct fsl_asrc_pair' Warning: ../sound/soc/fsl/fsl_asrc_common.h:129 cannot understand function prototype: 'struct fsl_asrc' Signed-off-by: Randy Dunlap <[email protected]> --- v2: no change Cc: Liam Girdwood <[email protected]> Cc: Mark Brown <[email protected]> Cc: [email protected] Cc: Shengjiu Wang <[email protected]> Cc: Xiubo Li <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Nicolin Chen <[email protected]> Cc: [email protected] sound/soc/fsl/fsl_asrc_common.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) --- linext-2026-0710.orig/sound/soc/fsl/fsl_asrc_common.h +++ linext-2026-0710/sound/soc/fsl/fsl_asrc_common.h @@ -28,7 +28,9 @@ enum asrc_pair_index { * @chan_min: minimum channel number * @chan_max: maximum channel number * @rate_in: minimum rate - * @rate_out: maximum rete + * @rate_in_count: number of array elements in @rate_in + * @rate_out: maximum rate + * @rate_out_count: number of array elements in @rate_out */ struct fsl_asrc_m2m_cap { u64 fmt_in; @@ -42,7 +44,7 @@ struct fsl_asrc_m2m_cap { }; /** - * fsl_asrc_pair: ASRC Pair common data + * struct fsl_asrc_pair - ASRC Pair common data * * @asrc: pointer to its parent module * @error: error record @@ -90,7 +92,7 @@ struct fsl_asrc_pair { }; /** - * fsl_asrc: ASRC common data + * struct fsl_asrc - ASRC common data * * @dma_params_rx: DMA parameters for receive channel * @dma_params_tx: DMA parameters for transmit channel
