git.codelabs.ch
/
muen
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ALSA: line6: Constify snd_ratden definitions
[muen/linux.git]
/
sound
/
usb
/
line6
/
toneport.c
diff --git
a/sound/usb/line6/toneport.c
b/sound/usb/line6/toneport.c
index
d0a555d
..
94dd5e7
100644
(file)
--- a/
sound/usb/line6/toneport.c
+++ b/
sound/usb/line6/toneport.c
@@
-63,7
+63,7
@@
static int toneport_send_cmd(struct usb_device *usbdev, int cmd1, int cmd2);
#define TONEPORT_PCM_DELAY 1
-static struct snd_ratden toneport_ratden = {
+static
const
struct snd_ratden toneport_ratden = {
.num_min = 44100,
.num_max = 44100,
.num_step = 1,