]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: au1x: constify snd_pcm_ops structures
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Mon, 14 Aug 2017 05:56:24 +0000 (11:26 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 14 Aug 2017 16:17:10 +0000 (17:17 +0100)
commite731a870153271c861f06dc09e6acb5781b973f3
treed43fe1d160b136a6df37bf504f4ca635c8890c2b
parent90982dcdda4f0163bc5e53f49301e155c2cd8547
ASoC: au1x: constify snd_pcm_ops structures

snd_pcm_ops are not supposed to change at runtime. All functions
working with snd_pcm_ops provided by <sound/soc.h> work with
const snd_pcm_ops. So mark the non-const structs as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/au1x/dbdma2.c
sound/soc/au1x/dma.c