Searched refs:finddsp (Results 1 – 1 of 1) sorted by relevance
387 struct dsp *finddsp; in dsp_cmx_hardware() local462 list_for_each_entry(finddsp, &dsp_ilist, list) { in dsp_cmx_hardware()463 if (finddsp->features.pcm_id == dsp->features.pcm_id) { in dsp_cmx_hardware()464 if (finddsp->pcm_slot_rx >= 0 && 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()467 if (finddsp->pcm_slot_tx >= 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()