Searched refs:freeslots (Results 1 – 1 of 1) sorted by relevance
390 u_char freeslots[256]; in dsp_cmx_hardware() local461 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()465 finddsp->pcm_slot_rx < sizeof(freeslots)) in dsp_cmx_hardware()466 freeslots[finddsp->pcm_slot_rx] = 0; in dsp_cmx_hardware()468 finddsp->pcm_slot_tx < sizeof(freeslots)) in dsp_cmx_hardware()469 freeslots[finddsp->pcm_slot_tx] = 0; in dsp_cmx_hardware()475 if (freeslots[i]) in dsp_cmx_hardware()750 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()758 sizeof(freeslots)) in dsp_cmx_hardware()759 freeslots[dsp->pcm_slot_rx] = 0; in dsp_cmx_hardware()[all …]