summaryrefslogtreecommitdiffstats
path: root/sound/pci/ctxfi/ctamixer.h
diff options
context:
space:
mode:
authorJulia Lawall2015-11-08 23:40:41 +0100
committerTakashi Iwai2015-11-11 08:40:56 +0100
commit43f2cdeb7a61598050028f1eae51b9cb5398af42 (patch)
treefeab7519d5699ecb867fcbaf105ed8d2f46fe20d /sound/pci/ctxfi/ctamixer.h
parentALSA: usb: Add native DSD support for Aune X1S (diff)
downloadkernel-qcow2-linux-43f2cdeb7a61598050028f1eae51b9cb5398af42.tar.gz
kernel-qcow2-linux-43f2cdeb7a61598050028f1eae51b9cb5398af42.tar.xz
kernel-qcow2-linux-43f2cdeb7a61598050028f1eae51b9cb5398af42.zip
ALSA: ctxfi: constify rsc ops structures
The various rsc ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ctxfi/ctamixer.h')
-rw-r--r--sound/pci/ctxfi/ctamixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ctxfi/ctamixer.h b/sound/pci/ctxfi/ctamixer.h
index 72f42f27434e..2de18aa6508d 100644
--- a/sound/pci/ctxfi/ctamixer.h
+++ b/sound/pci/ctxfi/ctamixer.h
@@ -58,7 +58,7 @@ struct amixer {
unsigned char idx[8];
struct rsc *input; /* pointer to a resource acting as source */
struct sum *sum; /* Put amixer output to this summation node */
- struct amixer_rsc_ops *ops; /* AMixer specific operations */
+ const struct amixer_rsc_ops *ops; /* AMixer specific operations */
};
struct amixer_rsc_ops {