Searched refs:pcm_slot_rx (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/isdn/mISDN/
H A Ddsp_cmx.c174 member->dsp->pcm_bank_tx, member->dsp->pcm_slot_rx,
407 if (dsp->pcm_slot_tx >= 0 || dsp->pcm_slot_rx >= 0) {
413 dsp->pcm_slot_tx, dsp->pcm_slot_rx);
418 dsp->pcm_slot_rx = -1;
427 if (dsp->pcm_slot_tx >= 0 && dsp->pcm_slot_rx < 0 &&
434 dsp->pcm_slot_rx = dsp->pcm_slot_tx;
443 dsp->pcm_slot_tx, 2, dsp->pcm_slot_rx, 2);
449 dsp->pcm_slot_rx = -1;
453 if (finddsp->pcm_slot_rx >= 0 &&
454 finddsp->pcm_slot_rx < sizeo
[all...]
H A Ddsp.h216 int pcm_slot_rx; /* current PCM slot (or -1) */ member in struct:dsp
H A Ddsp_core.c1086 ndsp->pcm_slot_rx = -1; /* current CPM slot */

Completed in 87 milliseconds