projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60f6f0d
)
ALSA: arm: make snd_pcm_hardware const
author
Bhumika Goyal
<bhumirks@gmail.com>
Thu, 17 Aug 2017 09:15:49 +0000
(14:45 +0530)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 17 Aug 2017 10:44:07 +0000
(12:44 +0200)
Make this const as it is only used in a copy operation.
Done using Coccinelle.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/arm/aaci.c
patch
|
blob
|
history
diff --git
a/sound/arm/aaci.c
b/sound/arm/aaci.c
index
4140b1b
..
74cf452
100644
(file)
--- a/
sound/arm/aaci.c
+++ b/
sound/arm/aaci.c
@@
-348,7
+348,7
@@
static irqreturn_t aaci_irq(int irq, void *devid)
/*
* ALSA support.
*/
-static struct snd_pcm_hardware aaci_hw_info = {
+static
const
struct snd_pcm_hardware aaci_hw_info = {
.info = SNDRV_PCM_INFO_MMAP |
SNDRV_PCM_INFO_MMAP_VALID |
SNDRV_PCM_INFO_INTERLEAVED |