Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92161
b: refs/heads/master
c: ff73317
h: refs/heads/master
i:
  92159: 1c9e807
v: v3
  • Loading branch information
Andrew Morton authored and Takashi Iwai committed Apr 24, 2008
1 parent 3311ce1 commit 02248c7
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: ee0abefde5273c816bd3d4158e5cb9c591b82684
refs/heads/master: ff73317ea7c648cf5f59b8bda4a810f7b5d0312c
4 changes: 2 additions & 2 deletions trunk/sound/pci/pcxhr/pcxhr.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ static int pcxhr_update_r_buffer(struct pcxhr_stream *stream)

snd_printdd("pcxhr_update_r_buffer(pcm%c%d) : addr(%p) bytes(%zx) subs(%d)\n",
is_capture ? 'c' : 'p',
chip->chip_idx, (void*)subs->runtime->dma_addr,
chip->chip_idx, (void *)(long)subs->runtime->dma_addr,
subs->runtime->dma_bytes, subs->number);

pcxhr_init_rmh(&rmh, CMD_UPDATE_R_BUFFERS);
Expand Down Expand Up @@ -626,7 +626,7 @@ static void pcxhr_trigger_tasklet(unsigned long arg)
#ifdef CONFIG_SND_DEBUG_DETECT
do_gettimeofday(&my_tv2);
snd_printdd("***TRIGGER TASKLET*** TIME = %ld (err = %x)\n",
my_tv2.tv_usec - my_tv1.tv_usec, err);
(long)(my_tv2.tv_usec - my_tv1.tv_usec), err);
#endif
}

Expand Down

0 comments on commit 02248c7

Please sign in to comment.