diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-08-17 15:46:11 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-08-17 17:57:21 +0100 |
commit | 5c2e035e69ffff4c8b3f0a2ddfefa102ad9d9d42 (patch) | |
tree | 1113705f86f917e7f351d8fa0d889574a359034a /sound/soc/sh/dma-sh7760.c | |
parent | ce25f0d6e750a808118b699fe9f917c954710cc8 (diff) | |
download | linux-exynos-5c2e035e69ffff4c8b3f0a2ddfefa102ad9d9d42.tar.gz linux-exynos-5c2e035e69ffff4c8b3f0a2ddfefa102ad9d9d42.tar.bz2 linux-exynos-5c2e035e69ffff4c8b3f0a2ddfefa102ad9d9d42.zip |
ASoC: sh: make snd_pcm_hardware const
Make these const as they are only passed as the 2nd argument to the
function snd_soc_set_runtime_hwparams, which is const.
Done using Coccinelle.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh/dma-sh7760.c')
-rw-r--r-- | sound/soc/sh/dma-sh7760.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/dma-sh7760.c b/sound/soc/sh/dma-sh7760.c index 35788a6db963..1e7d417b53ef 100644 --- a/sound/soc/sh/dma-sh7760.c +++ b/sound/soc/sh/dma-sh7760.c @@ -89,7 +89,7 @@ struct camelot_pcm { #define DMABRG_PREALLOC_BUFFER 32 * 1024 #define DMABRG_PREALLOC_BUFFER_MAX 32 * 1024 -static struct snd_pcm_hardware camelot_pcm_hardware = { +static const struct snd_pcm_hardware camelot_pcm_hardware = { .info = (SNDRV_PCM_INFO_MMAP | SNDRV_PCM_INFO_INTERLEAVED | SNDRV_PCM_INFO_BLOCK_TRANSFER | |