Currently wma_open() takes a cds_ctx parameter. All of the other WMA functions which previously took a cds_ctx no longer use that parameter, and those functions have been modified to remove the unused parameter. wma_open() still needs the cds_ctx, but it can get that context by calling cds_get_global_context(), so remove the cds_ctx parameter to be consistent with the other WMA functions. Note: the fact that wma_open() needs the cds_ctx, and then dereferences it, is a layering violation that needs to be addressed in the future. Change-Id: I176e2ac68cc2e8081645a4ce3c158b41d3018587 CRs-Fixed: 2109263 |
||
---|---|---|
.. | ||
wma_api.h | ||
wma_he.h | ||
wma_if.h | ||
wma_internal.h | ||
wma_tgt_cfg.h | ||
wma_types.h | ||
wma.h |