mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-23 06:14:42 +08:00
ASoC: Intel: atom: fix kernel-doc
v5.12-rc1 flags new warnings with make W=1, fix missing or broken function descriptors. sound/soc/intel/atom/sst/sst_loader.c:85: warning: expecting prototype for sst_start_merrifield(). Prototype was for sst_start_mrfld() instead sound/soc/intel/atom/sst/sst_acpi.c:339: warning: expecting prototype for intel_sst_remove(). Prototype was for sst_acpi_remove() instead Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20210301165349.114952-3-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
2fb8711095
commit
7810ea4c8f
@ -328,7 +328,7 @@ static int sst_acpi_probe(struct platform_device *pdev)
|
||||
}
|
||||
|
||||
/**
|
||||
* intel_sst_remove - remove function
|
||||
* sst_acpi_remove - remove function
|
||||
*
|
||||
* @pdev: platform device structure
|
||||
*
|
||||
|
@ -76,7 +76,7 @@ int intel_sst_reset_dsp_mrfld(struct intel_sst_drv *sst_drv_ctx)
|
||||
}
|
||||
|
||||
/**
|
||||
* sst_start_merrifield - Start the SST DSP processor
|
||||
* sst_start_mrfld - Start the SST DSP processor
|
||||
* @sst_drv_ctx: intel_sst_drv context pointer
|
||||
*
|
||||
* This starts the DSP in MERRIFIELD platfroms
|
||||
|
Loading…
Reference in New Issue
Block a user