Searched refs:finddsp (Results 1 – 1 of 1) sorted by relevance
376 struct dsp *finddsp; in dsp_cmx_hardware() local451 list_for_each_entry(finddsp, &dsp_ilist, list) { in dsp_cmx_hardware()452 if (finddsp->features.pcm_id == dsp->features.pcm_id) { in dsp_cmx_hardware()453 if (finddsp->pcm_slot_rx >= 0 && in dsp_cmx_hardware()454 finddsp->pcm_slot_rx < sizeof(freeslots)) in dsp_cmx_hardware()455 freeslots[finddsp->pcm_slot_rx] = 0; in dsp_cmx_hardware()456 if (finddsp->pcm_slot_tx >= 0 && in dsp_cmx_hardware()457 finddsp->pcm_slot_tx < sizeof(freeslots)) in dsp_cmx_hardware()458 freeslots[finddsp->pcm_slot_tx] = 0; in dsp_cmx_hardware()