ASoC: SOF: core: modify the signature for snd_sof_create_page_table
[linux-2.6-microblaze.git] / sound / soc / sof / trace.c
index b0e4556..4bb6503 100644 (file)
@@ -250,8 +250,8 @@ int snd_sof_init_trace(struct snd_sof_dev *sdev)
        }
 
        /* create compressed page table for audio firmware */
-       ret = snd_sof_create_page_table(sdev, &sdev->dmatb, sdev->dmatp.area,
-                                       sdev->dmatb.bytes);
+       ret = snd_sof_create_page_table(sdev->dev, &sdev->dmatb,
+                                       sdev->dmatp.area, sdev->dmatb.bytes);
        if (ret < 0)
                goto table_err;