diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-alsa-pcm.c')
-rw-r--r-- | drivers/media/video/cx18/cx18-alsa-pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-alsa-pcm.c b/drivers/media/video/cx18/cx18-alsa-pcm.c index cfa512112ca0..2bd312daeb1e 100644 --- a/drivers/media/video/cx18/cx18-alsa-pcm.c +++ b/drivers/media/video/cx18/cx18-alsa-pcm.c | |||
@@ -79,7 +79,7 @@ void cx18_alsa_announce_pcm_data(struct snd_cx18_card *cxsc, u8 *pcm_data, | |||
79 | int period_elapsed = 0; | 79 | int period_elapsed = 0; |
80 | int length; | 80 | int length; |
81 | 81 | ||
82 | dprintk("cx18 alsa announce ptr=%p data=%p num_bytes=%d\n", cxsc, | 82 | dprintk("cx18 alsa announce ptr=%p data=%p num_bytes=%zd\n", cxsc, |
83 | pcm_data, num_bytes); | 83 | pcm_data, num_bytes); |
84 | 84 | ||
85 | substream = cxsc->capture_pcm_substream; | 85 | substream = cxsc->capture_pcm_substream; |