Home
last modified time | relevance | path

Searched refs:MAX_DAIS (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_multi_dais.c323 unsigned int cinv[MAX_DAIS], finv[MAX_DAIS]; in mdais_parse_daifmt()
324 unsigned int cmst[MAX_DAIS], fmst[MAX_DAIS]; in mdais_parse_daifmt()
459 if (count < 0 || count > MAX_DAIS) in rockchip_mdais_probe()
H A Drockchip_multi_dais.h12 #define MAX_DAIS 4 macro
H A Drockchip_multi_dais_pcm.c25 struct dma_chan *tx_chans[MAX_DAIS];
26 struct dma_chan *rx_chans[MAX_DAIS];
31 struct dma_chan *chans[MAX_DAIS];
32 dma_cookie_t cookies[MAX_DAIS];
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Daudio_codec.h16 #define MAX_DAIS 2 /* APB1, APB2 */ macro