Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100947
b: refs/heads/master
c: 2f0600b
h: refs/heads/master
i:
  100945: fe251a9
  100943: f9ec771
v: v3
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Jul 10, 2008
1 parent e9126a3 commit 3b5758c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8d21807a1a479e0214a03069a88e3e93492b72d
refs/heads/master: 2f0600b639777cbc1c0ae3f7bbbc982b0838e706
4 changes: 2 additions & 2 deletions trunk/sound/drivers/vx/vx_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot)
vx_outb(chip, TXM, 0);
vx_outb(chip, TXL, 0);
} else {
unsigned char *image = boot->data + i;
const unsigned char *image = boot->data + i;
if (vx_wait_isr_bit(chip, ISR_TX_EMPTY) < 0) {
snd_printk(KERN_ERR "dsp boot failed at %d\n", i);
return -EIO;
Expand Down Expand Up @@ -671,7 +671,7 @@ int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp)
unsigned int i;
int err;
unsigned int csum = 0;
unsigned char *image, *cptr;
const unsigned char *image, *cptr;

snd_assert(dsp->size % 3 == 0, return -EINVAL);

Expand Down

0 comments on commit 3b5758c

Please sign in to comment.