Searched defs:sst_dsp_device (Results 1 – 2 of 2) sorted by relevance
22 struct sst_dsp_device { struct24 struct sst_ops *ops;25 irqreturn_t (*thread)(int irq, void *context);26 void *thread_context;
690 static struct sst_device sst_dsp_device = { variable