Skip to content

Commit

Permalink
ALSA: Fix a const to non-const assignment in the Digigram VXpocket so…
Browse files Browse the repository at this point in the history
…und 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 <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
dhowells authored and perexg committed Jul 10, 2008
1 parent bd5d06e commit 7fc077f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pcmcia/vx/vxp_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ static int vxp_load_xilinx_binary(struct vx_core *_chip, const struct firmware *
unsigned int i;
int c;
int regCSUER, regRUER;
unsigned char *image;
const unsigned char *image;
unsigned char data;

/* Switch to programmation mode */
Expand Down

0 comments on commit 7fc077f

Please sign in to comment.