diff options
| -rw-r--r-- | sound/pci/rme9652/hdspm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index 3d3a4ce3a35e..e0215aca1193 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c | |||
| @@ -3678,7 +3678,7 @@ static int snd_hdspm_hw_params(struct snd_pcm_substream *substream, | |||
| 3678 | 3678 | ||
| 3679 | hdspm->playback_buffer = | 3679 | hdspm->playback_buffer = |
| 3680 | (unsigned char *) substream->runtime->dma_area; | 3680 | (unsigned char *) substream->runtime->dma_area; |
| 3681 | snd_printdd("Allocated sample buffer for playback at 0x%08X\n", | 3681 | snd_printdd("Allocated sample buffer for playback at %p\n", |
| 3682 | hdspm->playback_buffer); | 3682 | hdspm->playback_buffer); |
| 3683 | } else { | 3683 | } else { |
| 3684 | hdspm_set_sgbuf(hdspm, sgbuf, HDSPM_pageAddressBufferIn, | 3684 | hdspm_set_sgbuf(hdspm, sgbuf, HDSPM_pageAddressBufferIn, |
| @@ -3689,7 +3689,7 @@ static int snd_hdspm_hw_params(struct snd_pcm_substream *substream, | |||
| 3689 | 3689 | ||
| 3690 | hdspm->capture_buffer = | 3690 | hdspm->capture_buffer = |
| 3691 | (unsigned char *) substream->runtime->dma_area; | 3691 | (unsigned char *) substream->runtime->dma_area; |
| 3692 | snd_printdd("Allocated sample buffer for capture at 0x%08X\n", | 3692 | snd_printdd("Allocated sample buffer for capture at %p\n", |
| 3693 | hdspm->capture_buffer); | 3693 | hdspm->capture_buffer); |
| 3694 | } | 3694 | } |
| 3695 | /* | 3695 | /* |
