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>
This commit is contained in:
parent
ecb87a9e7a
commit
dd6da654b0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue