diff options
author | Mark Brown <broonie@kernel.org> | 2016-09-29 12:44:00 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-29 12:44:00 -0700 |
commit | 609555213a36359dcadf7f84412d0489961ab085 (patch) | |
tree | ed7761e69b7d708e8b8602fe98312d89e5f1f59b /sound/soc/amd | |
parent | 4a2447b483e17c580ed1d7c9cde3267d9c3a380f (diff) | |
parent | 115c7254882ceb965deb05510128464fef06fbfb (diff) | |
download | linux-609555213a36359dcadf7f84412d0489961ab085.tar.bz2 |
Merge remote-tracking branch 'asoc/topic/pcm' into asoc-next
Diffstat (limited to 'sound/soc/amd')
-rw-r--r-- | sound/soc/amd/acp-pcm-dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/amd/acp-pcm-dma.c b/sound/soc/amd/acp-pcm-dma.c index d1fb035f44db..504c7cd7f58a 100644 --- a/sound/soc/amd/acp-pcm-dma.c +++ b/sound/soc/amd/acp-pcm-dma.c @@ -897,7 +897,7 @@ static int acp_dma_close(struct snd_pcm_substream *substream) return 0; } -static struct snd_pcm_ops acp_dma_ops = { +static const struct snd_pcm_ops acp_dma_ops = { .open = acp_dma_open, .close = acp_dma_close, .ioctl = snd_pcm_lib_ioctl, |