Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: Fix a const to non-const assignment in the Digigram VXpocket sound driver

Fix a const to non-const pointer assignment warning in the Digigram VXpocket
sound driver.

This may be due to patch 0aa4937648b91e9e6d3879b2cbeaa5f0c9863ac0.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>

authored by

David Howells and committed by
Jaroslav Kysela
7fc077fb bd5d06eb

+1 -1
+1 -1
sound/pcmcia/vx/vxp_ops.c
··· 151 151 unsigned int i; 152 152 int c; 153 153 int regCSUER, regRUER; 154 - unsigned char *image; 154 + const unsigned char *image; 155 155 unsigned char data; 156 156 157 157 /* Switch to programmation mode */