Searched refs:BFIN_TDM_DAI_MAX_SLOTS (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-tdm.h12 #define BFIN_TDM_DAI_MAX_SLOTS 8 macro
18 unsigned int tx_map[BFIN_TDM_DAI_MAX_SLOTS];
19 unsigned int rx_map[BFIN_TDM_DAI_MAX_SLOTS];
H A Dbf5xx-tdm.c184 if ((tx_num > BFIN_TDM_DAI_MAX_SLOTS) ||
185 (rx_num > BFIN_TDM_DAI_MAX_SLOTS))
190 if ((slot < BFIN_TDM_DAI_MAX_SLOTS) &&
199 if ((slot < BFIN_TDM_DAI_MAX_SLOTS) &&

Completed in 25 milliseconds