dsp: add support for new ADM LSM cal types
Add support for new ADM LSM cal types in order to avoid topology and cal block overriding during concurrent use cases like SVA with speaker protection. CRs-Fixed: 2085865 Change-Id: I155d29ff0b77b069aa5970408332064c5c2aebd7 Signed-off-by: Aditya Bavanari <abavanar@codeaurora.org>
This commit is contained in:
@@ -433,6 +433,12 @@ enum {
|
||||
#define BE_DAI_PORT_SESSIONS_IDX_MAX 4
|
||||
#define BE_DAI_FE_SESSIONS_IDX_MAX 2
|
||||
|
||||
enum {
|
||||
ADM_TOPOLOGY_CAL_TYPE_IDX = 0,
|
||||
ADM_LSM_TOPOLOGY_CAL_TYPE_IDX,
|
||||
MAX_ROUTING_CAL_TYPES
|
||||
};
|
||||
|
||||
struct msm_pcm_routing_evt {
|
||||
void (*event_func)(enum msm_pcm_routing_event, void *);
|
||||
void *priv_data;
|
||||
|
Reference in New Issue
Block a user