|
@@ -341,7 +341,7 @@ static void imx_pcm_fiq_free(struct snd_pcm *pcm)
|
|
imx_pcm_free(pcm);
|
|
imx_pcm_free(pcm);
|
|
}
|
|
}
|
|
|
|
|
|
-static struct snd_soc_platform_driver imx_soc_platform_fiq = {
|
|
|
|
|
|
+static const struct snd_soc_platform_driver imx_soc_platform_fiq = {
|
|
.ops = &imx_pcm_ops,
|
|
.ops = &imx_pcm_ops,
|
|
.pcm_new = imx_pcm_fiq_new,
|
|
.pcm_new = imx_pcm_fiq_new,
|
|
.pcm_free = imx_pcm_fiq_free,
|
|
.pcm_free = imx_pcm_fiq_free,
|