Lines Matching refs:stream

2119 	stream_t *stream;  in vortex_adb_allocroute()  local
2136 stream = &vortex->dma_adb[dma]; in vortex_adb_allocroute()
2137 stream->dma = dma; in vortex_adb_allocroute()
2138 stream->dir = dir; in vortex_adb_allocroute()
2139 stream->type = type; in vortex_adb_allocroute()
2148 if (stream->type != VORTEX_PCM_SPDIF) { in vortex_adb_allocroute()
2151 stream->resources, en, in vortex_adb_allocroute()
2153 memset(stream->resources, 0, in vortex_adb_allocroute()
2158 if (stream->type != VORTEX_PCM_A3D) { in vortex_adb_allocroute()
2160 stream->resources, in vortex_adb_allocroute()
2163 memset(stream->resources, in vortex_adb_allocroute()
2172 if (stream->type == VORTEX_PCM_A3D) { in vortex_adb_allocroute()
2175 stream->resources, en, in vortex_adb_allocroute()
2177 memset(stream->resources, 0, in vortex_adb_allocroute()
2189 if ((stream->type == VORTEX_PCM_SPDIF) && (en)) { in vortex_adb_allocroute()
2200 if (stream->type == VORTEX_PCM_ADB) { in vortex_adb_allocroute()
2222 if (stream->type == VORTEX_PCM_A3D) { in vortex_adb_allocroute()
2232 if (stream->type == VORTEX_PCM_SPDIF) in vortex_adb_allocroute()
2234 ADB_DMA(stream->dma), in vortex_adb_allocroute()
2238 if (stream->type != VORTEX_PCM_SPDIF && stream->type != VORTEX_PCM_A3D) { in vortex_adb_allocroute()
2255 if (stream->type == VORTEX_PCM_ADB && en) { in vortex_adb_allocroute()
2266 if (nr_ch == 1 && stream->type == VORTEX_PCM_SPDIF) in vortex_adb_allocroute()
2268 ADB_DMA(stream->dma), in vortex_adb_allocroute()
2272 if ((stream->type == VORTEX_PCM_SPDIF) && (!en)) { in vortex_adb_allocroute()
2289 stream->resources, en, in vortex_adb_allocroute()
2292 memset(stream->resources, 0, in vortex_adb_allocroute()
2299 stream->resources, en, in vortex_adb_allocroute()
2301 memset(stream->resources, 0, in vortex_adb_allocroute()
2357 stream_t *stream = &(vortex->dma_adb[adbdma]); in vortex_adb_setsrc() local
2368 if (stream->resources[VORTEX_RESOURCE_SRC] & (1 << i)) in vortex_adb_setsrc()