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:
Sathish Kuttan 2019-02-01 11:20:04 -08:00 committed by Anas Nashif
commit 6ff32c7877

View file

@ -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) \