Home
last modified time | relevance | path

Searched refs:pcm_slot_tx (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp_cmx.c173 member->dsp->name, member->dsp->pcm_slot_tx, in dsp_cmx_debug()
407 if (dsp->pcm_slot_tx >= 0 || dsp->pcm_slot_rx >= 0) { in dsp_cmx_hardware()
413 dsp->pcm_slot_tx, dsp->pcm_slot_rx); in dsp_cmx_hardware()
416 dsp->pcm_slot_tx = -1; in dsp_cmx_hardware()
427 if (dsp->pcm_slot_tx >= 0 && dsp->pcm_slot_rx < 0 && in dsp_cmx_hardware()
433 if (dsp->pcm_slot_tx >= 0) { in dsp_cmx_hardware()
434 dsp->pcm_slot_rx = dsp->pcm_slot_tx; in dsp_cmx_hardware()
441 dsp->pcm_slot_tx); in dsp_cmx_hardware()
443 dsp->pcm_slot_tx, 2, dsp->pcm_slot_rx, 2); in dsp_cmx_hardware()
448 dsp->pcm_slot_tx = -1; in dsp_cmx_hardware()
[all …]
H A Ddsp.h218 int pcm_slot_tx; member
H A Ddsp_core.c1087 ndsp->pcm_slot_tx = -1; in dspcreate()