X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=sound%2Fsoc%2Fsoc-utils.c;h=393e8f0fe2cc6902c4bfaf7a54519496c2d073a5;hb=e6e3d8f8f4f06caf25004c749bb2ba84f18c7d39;hp=53dd085d3ee20fd5db326366db72054990886118;hpb=923f1cbf2e45f6292a01de959031a8efeabede78;p=cascardo%2Flinux.git diff --git a/sound/soc/soc-utils.c b/sound/soc/soc-utils.c index 53dd085d3ee2..393e8f0fe2cc 100644 --- a/sound/soc/soc-utils.c +++ b/sound/soc/soc-utils.c @@ -80,7 +80,7 @@ static int dummy_dma_open(struct snd_pcm_substream *substream) return 0; } -static struct snd_pcm_ops dummy_dma_ops = { +static const struct snd_pcm_ops dummy_dma_ops = { .open = dummy_dma_open, .ioctl = snd_pcm_lib_ioctl, };