drivers: i2s_cavs: reduce buffer queue length
Reduce the length of internal buffer queue from 4 down to 2. Signed-off-by: Sathish Kuttan <sathish.k.kuttan@intel.com>
This commit is contained in:
parent
3ea0bf06f5
commit
6ff32c7877
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
LOG_MODULE_REGISTER(LOG_DOMAIN);
|
||||
|
||||
/* length of the buffer queue */
|
||||
#define I2S_CAVS_BUF_Q_LEN 4
|
||||
#define I2S_CAVS_BUF_Q_LEN 2
|
||||
|
||||
#ifdef CONFIG_DCACHE_WRITEBACK
|
||||
#define DCACHE_INVALIDATE(addr, size) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue