ASoC: SOF: Constify stored pointer to snd_sof_dsp_ops
[linux-2.6-block.git] / include / sound / sof.h
index 05213bb515a38824d6a20b64b1c206272faa1347..780c1a755917b8cff0bc6bc9ef5ad66c26472a56 100644 (file)
@@ -166,7 +166,7 @@ struct sof_dev_desc {
        /* default firmware name */
        const char *default_fw_filename[SOF_IPC_TYPE_COUNT];
 
-       struct snd_sof_dsp_ops *ops;
+       const struct snd_sof_dsp_ops *ops;
        int (*ops_init)(struct snd_sof_dev *sdev);
        void (*ops_free)(struct snd_sof_dev *sdev);
 };