Searched refs:DspInit (Results 1 – 2 of 2) sorted by relevance
109 int32_t (*DspInit)(const struct DspDevice *dsp); member
137 if (dsp != NULL && dsp->devData != NULL && dsp->devData->DspInit != NULL) { in AudioDspDevInit()139 int32_t ret = dsp->devData->DspInit(dsp); in AudioDspDevInit()