Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19565
b: refs/heads/master
c: 20cd226
h: refs/heads/master
i:
  19563: bd7bc2a
v: v3
  • Loading branch information
Andrew Morton authored and Jaroslav Kysela committed Jan 22, 2006
1 parent ee7fd9c commit a6e55f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e2eba3e7d911b26525c17f0b7e2bc45aad8e2629
refs/heads/master: 20cd22620ad3a8a57a942fa1f301d47a1e15d67e
2 changes: 1 addition & 1 deletion trunk/sound/pci/pcxhr/pcxhr.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ static int pcxhr_update_r_buffer(struct pcxhr_stream *stream)
is_capture = (subs->stream == SNDRV_PCM_STREAM_CAPTURE);
stream_num = is_capture ? 0 : subs->number;

snd_printdd("pcxhr_update_r_buffer(pcm%c%d) : addr(%p) bytes(%x) subs(%d)\n",
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,
subs->runtime->dma_bytes, subs->number);
Expand Down

0 comments on commit a6e55f5

Please sign in to comment.