diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-08-20 01:17:21 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-08-20 01:17:21 -0700 |
| commit | e060b0eda6d3bbac445a75c21107c12a650c36f9 (patch) | |
| tree | 16f16c7d66af541c2552db1035504a50f9b931be /include | |
| parent | cd6ebe2c6b6c792ae136352d3c178505f8e1fdd3 (diff) | |
| parent | 38389227061ff3f1c491522b61eacc2fb523234b (diff) | |
Merge "ASoC: msm: qdsp6v2: Increase max supported ASM sessions" into msm-4.4
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/q6asm-v2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/q6asm-v2.h b/include/sound/q6asm-v2.h index dcf7dcb4f6e4..2ff0a2b02d4a 100644 --- a/include/sound/q6asm-v2.h +++ b/include/sound/q6asm-v2.h @@ -99,7 +99,7 @@ #define SOFT_PAUSE_ENABLE 1 #define SOFT_PAUSE_DISABLE 0 -#define ASM_ACTIVE_STREAMS_ALLOWED 0x8 +#define ASM_ACTIVE_STREAMS_ALLOWED 0x9 /* Control session is used for mapping calibration memory */ #define ASM_CONTROL_SESSION (ASM_ACTIVE_STREAMS_ALLOWED + 1) |
