From a6e55f5c755c60f24a06bdb069860bf881b2f2b2 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Fri, 20 Jan 2006 14:07:47 +0100 Subject: [PATCH] --- yaml --- r: 19565 b: refs/heads/master c: 20cd22620ad3a8a57a942fa1f301d47a1e15d67e h: refs/heads/master i: 19563: bd7bc2a3fe9b4267933b8301419e38b7b2ba4db4 v: v3 --- [refs] | 2 +- trunk/sound/pci/pcxhr/pcxhr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4f437ee24aec..504e30a813df 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e2eba3e7d911b26525c17f0b7e2bc45aad8e2629 +refs/heads/master: 20cd22620ad3a8a57a942fa1f301d47a1e15d67e diff --git a/trunk/sound/pci/pcxhr/pcxhr.c b/trunk/sound/pci/pcxhr/pcxhr.c index 57fe9538f5a4..b2cba75b6b16 100644 --- a/trunk/sound/pci/pcxhr/pcxhr.c +++ b/trunk/sound/pci/pcxhr/pcxhr.c @@ -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);