summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/go7007
diff options
context:
space:
mode:
authorBhumika Goyal2017-08-13 14:43:08 +0200
committerMauro Carvalho Chehab2017-08-20 14:05:10 +0200
commit38c4f03acf92cc6845064f509bdb27c4af2618ea (patch)
treee37144afa44088db2169ce5a58cd1f09c9732081 /drivers/media/usb/go7007
parentmedia: radio: constify usb_device_id (diff)
downloadkernel-qcow2-linux-38c4f03acf92cc6845064f509bdb27c4af2618ea.tar.gz
kernel-qcow2-linux-38c4f03acf92cc6845064f509bdb27c4af2618ea.tar.xz
kernel-qcow2-linux-38c4f03acf92cc6845064f509bdb27c4af2618ea.zip
media: usb: make snd_pcm_hardware const
Make these const as they are only used during a copy operation. Done using Coccinelle. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/usb/go7007')
-rw-r--r--drivers/media/usb/go7007/snd-go7007.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/go7007/snd-go7007.c b/drivers/media/usb/go7007/snd-go7007.c
index 070871fb1fc4..c618764480c6 100644
--- a/drivers/media/usb/go7007/snd-go7007.c
+++ b/drivers/media/usb/go7007/snd-go7007.c
@@ -52,7 +52,7 @@ struct go7007_snd {
int capturing;
};
-static struct snd_pcm_hardware go7007_snd_capture_hw = {
+static const struct snd_pcm_hardware go7007_snd_capture_hw = {
.info = (SNDRV_PCM_INFO_MMAP |
SNDRV_PCM_INFO_INTERLEAVED |
SNDRV_PCM_INFO_BLOCK_TRANSFER |