mirror of https://github.com/thesofproject/sof.git
ipc4: base_fw_platform: fix typo in doxygen
Fix spelling in platform_basefw_hw_config() documentation. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
parent
5e91cf9688
commit
4d0a9f5299
|
@ -17,7 +17,7 @@
|
|||
* \brief Platform specific routine to add data tuples to HW_CONFIG
|
||||
* structure sent to host via IPC.
|
||||
* \param[out] data_offset data offset after tuples added
|
||||
* \parma[in] data pointer where to add new entries
|
||||
* \param[in] data pointer where to add new entries
|
||||
* \return 0 if successful, error code otherwise.
|
||||
*/
|
||||
int platform_basefw_hw_config(uint32_t *data_offset, char *data);
|
||||
|
|
Loading…
Reference in New Issue