Skip to content

Commit 4c6dd3b

Browse files
lyakhkv2019i
authored andcommitted
module: (cosmetic) fix two comments
set_processing_mode() and get_processing_mode() methods of struct module_interface aren't unused, they are used by IADK. Fix respective comments. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent fa5c757 commit 4c6dd3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/include/module/module/interface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,13 +239,13 @@ struct module_interface {
239239
uint8_t *fragment, size_t fragment_size);
240240

241241
/**
242-
* (unused) Set processing mode for the module
242+
* (IADK) Set processing mode for the module
243243
*/
244244
int (*set_processing_mode)(struct processing_module *mod,
245245
enum module_processing_mode mode);
246246

247247
/**
248-
* (unused) Get the current processing mode for the module
248+
* (IADK) Get the current processing mode for the module
249249
*/
250250
enum module_processing_mode (*get_processing_mode)(struct processing_module *mod);
251251

0 commit comments

Comments
 (0)