ASoC: codecs: da7210: fix kernel-doc
Fix W=1 warning, the kernel-doc syntax was probably from Doxygen? Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Acked-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Link: https://lore.kernel.org/r/20200707190612.97799-7-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
891ba284df
commit
d3d0502ae5
|
@ -971,14 +971,16 @@ static int da7210_set_dai_sysclk(struct snd_soc_dai *codec_dai,
|
|||
|
||||
/**
|
||||
* da7210_set_dai_pll :Configure the codec PLL
|
||||
* @param codec_dai : pointer to codec DAI
|
||||
* @param pll_id : da7210 has only one pll, so pll_id is always zero
|
||||
* @param fref : MCLK frequency, should be < 20MHz
|
||||
* @param fout : FsDM value, Refer page 44 & 45 of datasheet
|
||||
* @return int : Zero for success, negative error code for error
|
||||
* @codec_dai: pointer to codec DAI
|
||||
* @pll_id: da7210 has only one pll, so pll_id is always zero
|
||||
* @source: clock source
|
||||
* @fref: MCLK frequency, should be < 20MHz
|
||||
* @fout: FsDM value, Refer page 44 & 45 of datasheet
|
||||
*
|
||||
* Note: Supported PLL input frequencies are 12MHz, 13MHz, 13.5MHz, 14.4MHz,
|
||||
* 19.2MHz, 19.6MHz and 19.8MHz
|
||||
*
|
||||
* Return: Zero for success, negative error code for error
|
||||
*/
|
||||
static int da7210_set_dai_pll(struct snd_soc_dai *codec_dai, int pll_id,
|
||||
int source, unsigned int fref, unsigned int fout)
|
||||
|
|
Loading…
Reference in New Issue