We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbc692 commit 8f2b0d5Copy full SHA for 8f2b0d5
sound/soc/sof/intel/pci-tng.c
@@ -132,7 +132,7 @@ static int tangier_pci_probe(struct snd_sof_dev *sdev)
132
return ret;
133
}
134
135
-struct snd_sof_dsp_ops sof_tng_ops = {
+const struct snd_sof_dsp_ops sof_tng_ops = {
136
/* device init */
137
.probe = tangier_pci_probe,
138
sound/soc/sof/intel/shim.h
@@ -196,7 +196,7 @@ struct sof_intel_dsp_desc {
196
int (*cl_init)(struct snd_sof_dev *sdev, int stream_tag, bool imr_boot);
197
};
198
199
-extern struct snd_sof_dsp_ops sof_tng_ops;
+extern const struct snd_sof_dsp_ops sof_tng_ops;
200
201
extern const struct sof_intel_dsp_desc tng_chip_info;
202
0 commit comments