SAMA5 I2S: Improved I2S buffering

This commit is contained in:
Gregory Nutt
2013-11-08 16:09:20 -06:00
parent 06d8d4c3ea
commit 1ee17b5b19
2 changed files with 805 additions and 86 deletions
+9
View File
@@ -1380,6 +1380,15 @@ endif # SAMA5_TWI0 || SAMA5_TWI1 || SAMA5_TWI2
if SAMA5_SSC0 || SAMA5_SSC1
menu "SSC Configuration"
config SAMA5_SSC_MAXINFLIGHT
int "SSC queue size"
default 16
---help---
This is the total number of transfers, both RX and TX, that can be
enqueue before the caller is required to wait. This setting
determines the number certain queue data structures that will be
pre-allocated.
if SAMA5_SSC0
comment "SSC0 Configuration"
File diff suppressed because it is too large Load Diff