Lines Matching refs:stream
153 if (pcm->stream == SNDRV_PCM_STREAM_PLAYBACK)
473 rpcm->stream = pcm->stream;
484 if (pcm->spdif && pcm->stream == 0)
487 tmp = avail_slots[pcm->stream][j];
492 if (rpcm->stream == rpcms[k].stream)
502 rpcm->r[0].rate_table[j] = rate_table[pcm->stream][j];
508 avail_slots[pcm->stream][j] &= ~tmp;
515 if (pcm->stream == SNDRV_PCM_STREAM_PLAYBACK &&
517 rate_table[pcm->stream][0] == 0) {
526 avail_slots[pcm->stream][0] &= ~tmp;
548 * @cfg: output stream characteristics
580 if (bus->used_slots[pcm->stream][cidx] & (1 << i)) {
586 bus->used_slots[pcm->stream][cidx] |= (1 << i);
673 bus->used_slots[pcm->stream][cidx] &= ~(1 << i);