mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
ASoC: fsl_asrc: avoid kernel-doc warnings
Use the struct keyword to describe structs in kernel-doc format. This prevents kernel-doc warnings: Warning: ../sound/soc/fsl/fsl_asrc.h:452 cannot understand function prototype: 'struct fsl_asrc_soc_data' Warning: ../sound/soc/fsl/fsl_asrc.h:463 cannot understand function prototype: 'struct fsl_asrc_pair_priv' Warning: ../sound/soc/fsl/fsl_asrc.h:475 cannot understand function prototype: 'struct fsl_asrc_priv' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Link: https://patch.msgid.link/20260715000525.739874-4-rdunlap@infradead.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
6d29372998
commit
a4ed0860e3
|
|
@ -444,7 +444,7 @@ struct dma_block {
|
|||
};
|
||||
|
||||
/**
|
||||
* fsl_asrc_soc_data: soc specific data
|
||||
* struct fsl_asrc_soc_data - soc specific data
|
||||
*
|
||||
* @use_edma: using edma as dma device or not
|
||||
* @channel_bits: width of ASRCNCR register for each pair
|
||||
|
|
@ -457,7 +457,7 @@ struct fsl_asrc_soc_data {
|
|||
};
|
||||
|
||||
/**
|
||||
* fsl_asrc_pair_priv: ASRC Pair private data
|
||||
* struct fsl_asrc_pair_priv - ASRC Pair private data
|
||||
*
|
||||
* @config: configuration profile
|
||||
*/
|
||||
|
|
@ -466,7 +466,7 @@ struct fsl_asrc_pair_priv {
|
|||
};
|
||||
|
||||
/**
|
||||
* fsl_asrc_priv: ASRC private data
|
||||
* struct fsl_asrc_priv - ASRC private data
|
||||
*
|
||||
* @asrck_clk: clock sources to driver ASRC internal logic
|
||||
* @soc: soc specific data
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user