Lines Matching defs:pcm
1778 int err, pcm;
2028 /* initialize the routing and volume table for each pcm playback stream */
2029 for (pcm = 0; pcm < 32; pcm++) {
2033 mix = &emu->pcm_mixer[pcm];
2049 for (pcm = 0; pcm < NUM_EFX_PLAYBACK; pcm++) {
2053 mix = &emu->efx_pcm_mixer[pcm];
2056 mix->send_routing[0][0] = pcm;
2057 mix->send_routing[0][1] = (pcm == 0) ? 1 : 0;