]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: fsl-asoc-card: Add comment for mclk in the codec_priv
authorHui Wang <hui.wang@canonical.com>
Sat, 7 Oct 2023 04:01:17 +0000 (12:01 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 12 Oct 2023 19:30:46 +0000 (20:30 +0100)
commitfbfe616ad40c06d68b83b657a94cd2e709dda37b
tree88e9e52ed2a14f58575f93fab48850952ef75b28
parent47c09498666056d131b0e507eb65ecf854b10085
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>
sound/soc/fsl/fsl-asoc-card.c