mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-20 01:46:40 -05:00
ASoC: fsl-asoc-card: Add comment for mclk in the codec_priv
Otherwise a warning will be detected as below:
warning: Function parameter or member 'mclk' not described in
'codec_priv'
Fixes: 1075df4bde ("ASoC: fsl-asoc-card: add nau8822 support")
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Link: https://lore.kernel.org/r/20231007040117.22446-1-hui.wang@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
|
||||
/**
|
||||
* struct codec_priv - CODEC private data
|
||||
* @mclk: Main clock of the CODEC
|
||||
* @mclk_freq: Clock rate of MCLK
|
||||
* @free_freq: Clock rate of MCLK for hw_free()
|
||||
* @mclk_id: MCLK (or main clock) id for set_sysclk()
|
||||
|
||||
Reference in New Issue
Block a user