mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
ASoC: SOF: imx: update kernel-doc description
Add missing parameters to avoid W=1 error Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Daniel Baluta <daniel.baluta@gmail.com> Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Link: https://lore.kernel.org/r/20201211102255.3189589-1-kai.vehmanen@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
1688dbe7a7
commit
45c29d9ae9
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ void imx8_get_registers(struct snd_sof_dev *sdev,
|
||||||
/**
|
/**
|
||||||
* imx8_dump() - This function is called when a panic message is
|
* imx8_dump() - This function is called when a panic message is
|
||||||
* received from the firmware.
|
* received from the firmware.
|
||||||
|
* @sdev: SOF device
|
||||||
|
* @flags: parameter not used but required by ops prototype
|
||||||
*/
|
*/
|
||||||
void imx8_dump(struct snd_sof_dev *sdev, u32 flags)
|
void imx8_dump(struct snd_sof_dev *sdev, u32 flags)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue