aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/fsl
diff options
context:
space:
mode:
authorHui Wang <hui.wang@canonical.com>2023-10-07 12:01:17 +0800
committerMark Brown <broonie@kernel.org>2023-10-12 20:30:46 +0100
commitfbfe616ad40c06d68b83b657a94cd2e709dda37b (patch)
tree88e9e52ed2a14f58575f93fab48850952ef75b28 /sound/soc/fsl
parentHarden SSP boards and add TDM support (diff)
downloadwireguard-linux-fbfe616ad40c06d68b83b657a94cd2e709dda37b.tar.xz
wireguard-linux-fbfe616ad40c06d68b83b657a94cd2e709dda37b.zip
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: 1075df4bdeb3 ("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>
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r--sound/soc/fsl/fsl-asoc-card.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl-asoc-card.c b/sound/soc/fsl/fsl-asoc-card.c
index 0957ff7c55c2..7518ab9d768e 100644
--- a/sound/soc/fsl/fsl-asoc-card.c
+++ b/sound/soc/fsl/fsl-asoc-card.c
@@ -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()