comp: dox: correct old RZONE_RUNTIME name

Old name was overlooked in the component API documentation.
Corrected to SOF_MEM_ZONE_RUNTIME.

Signed-off-by: Marcin Maka <marcin.maka@linux.intel.com>
This commit is contained in:
Marcin Maka 2020-03-23 20:03:19 +01:00 committed by Janusz Jankowski
parent 2d96e3978d
commit e197132dad
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ struct comp_ops {
* @return Pointer to the new component device.
*
* All required data objects should be allocated from the run-time
* heap (RZONE_RUNTIME).
* heap (SOF_MEM_ZONE_RUNTIME).
* Any component-specific private data is allocated separately and
* pointer is connected to the comp_dev::private by using
* comp_set_drvdata() and later retrieved by comp_get_drvdata().