ASoC: Intel: Remove sst_dsp_get_thread_context
[sfrench/cifs-2.6.git] / sound / soc / intel / skylake / cnl-sst.c
index 355a7b116886d167acfd945b496618baa0c61032..fcd8dff27ae8e837f88ab83e00920b0eded02e31 100644 (file)
@@ -311,7 +311,7 @@ static struct sst_ops cnl_ops = {
 static irqreturn_t cnl_dsp_irq_thread_handler(int irq, void *context)
 {
        struct sst_dsp *dsp = context;
-       struct skl_dev *cnl = sst_dsp_get_thread_context(dsp);
+       struct skl_dev *cnl = dsp->thread_context;
        struct sst_generic_ipc *ipc = &cnl->ipc;
        struct skl_ipc_header header = {0};
        u32 hipcida, hipctdr, hipctdd;