soundwire: cadence: update kernel-doc parameter descriptions
make W=1 reports inconsistencies with parameter descriptions, fix Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20200113211025.27973-2-pierre-louis.bossart@linux.intel.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
02efb49aa8
commit
39737a3130
@ -819,6 +819,7 @@ EXPORT_SYMBOL(sdw_cdns_thread);
|
|||||||
/**
|
/**
|
||||||
* sdw_cdns_exit_reset() - Program reset parameters and start bus operations
|
* sdw_cdns_exit_reset() - Program reset parameters and start bus operations
|
||||||
* @cdns: Cadence instance
|
* @cdns: Cadence instance
|
||||||
|
* @state: True if we are trying to enable interrupt.
|
||||||
*/
|
*/
|
||||||
int sdw_cdns_exit_reset(struct sdw_cdns *cdns)
|
int sdw_cdns_exit_reset(struct sdw_cdns *cdns)
|
||||||
{
|
{
|
||||||
@ -1264,8 +1265,10 @@ EXPORT_SYMBOL(cdns_set_sdw_stream);
|
|||||||
* cdns_find_pdi() - Find a free PDI
|
* cdns_find_pdi() - Find a free PDI
|
||||||
*
|
*
|
||||||
* @cdns: Cadence instance
|
* @cdns: Cadence instance
|
||||||
|
* @offset: Starting offset
|
||||||
* @num: Number of PDIs
|
* @num: Number of PDIs
|
||||||
* @pdi: PDI instances
|
* @pdi: PDI instances
|
||||||
|
* @dai_id: DAI id
|
||||||
*
|
*
|
||||||
* Find a PDI for a given PDI array. The PDI num and dai_id are
|
* Find a PDI for a given PDI array. The PDI num and dai_id are
|
||||||
* expected to match, return NULL otherwise.
|
* expected to match, return NULL otherwise.
|
||||||
@ -1317,6 +1320,7 @@ EXPORT_SYMBOL(sdw_cdns_config_stream);
|
|||||||
* @stream: Stream to be allocated
|
* @stream: Stream to be allocated
|
||||||
* @ch: Channel count
|
* @ch: Channel count
|
||||||
* @dir: Data direction
|
* @dir: Data direction
|
||||||
|
* @dai_id: DAI id
|
||||||
*/
|
*/
|
||||||
struct sdw_cdns_pdi *sdw_cdns_alloc_pdi(struct sdw_cdns *cdns,
|
struct sdw_cdns_pdi *sdw_cdns_alloc_pdi(struct sdw_cdns *cdns,
|
||||||
struct sdw_cdns_streams *stream,
|
struct sdw_cdns_streams *stream,
|
||||||
|
Loading…
Reference in New Issue
Block a user