diff options
| author | Timothy Sham <tsham@codeaurora.org> | 2019-07-20 06:25:52 -0400 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-08-07 14:18:11 -0700 |
| commit | dd6da654b08a8991216e5b00b0c80fccf2bedeea (patch) | |
| tree | d751c46597da0216f6b64f07a52a11bc62b6a3c5 | |
| parent | ecb87a9e7a642110327d93674147823231d0ab9e (diff) | |
ASoC: qdsp6v2: increase RTAC_MAX_ACTIVE_DEVICES to 6
To support up to 6 audio paths activated with different PCM
devices, increase RTAC_MAX_ACTIVE_DEVICES from 4 to 6.
Change-Id: I26c21ccad15d17081aae4b98557e4947974414ef
Signed-off-by: Timothy Sham <tsham@codeaurora.org>
| -rw-r--r-- | include/linux/qdsp6v2/rtac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/qdsp6v2/rtac.h b/include/linux/qdsp6v2/rtac.h index eeea0eb0a837..5bd0923fd72b 100644 --- a/include/linux/qdsp6v2/rtac.h +++ b/include/linux/qdsp6v2/rtac.h @@ -22,7 +22,7 @@ #define RTAC_CVS 1 #define RTAC_VOICE_MODES 2 -#define RTAC_MAX_ACTIVE_DEVICES 4 +#define RTAC_MAX_ACTIVE_DEVICES 6 #define RTAC_MAX_ACTIVE_POPP 8 #define DEFAULT_APP_TYPE 0x00011130 |
