]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_dma.c
Removed the printings at the end of ALSA driver initialization. Fixed the soundinfo...
[xonotic/darkplaces.git] / snd_dma.c
index c82539c647c43e1110be73422bed94ce98adc2cd..871a6a69b849d93f5758bd6c210bec3ac27f950e 100644 (file)
--- a/snd_dma.c
+++ b/snd_dma.c
@@ -132,7 +132,7 @@ void S_SoundInfo_f(void)
        Con_Printf("%5d samplepos\n", shm->samplepos);
        Con_Printf("%5d samplebits\n", shm->format.width * 8);
        Con_Printf("%5d speed\n", shm->format.speed);
-       Con_Printf("0x%x dma buffer\n", shm->buffer);
+       Con_Printf("%p dma buffer\n", shm->buffer);
        Con_Printf("%5u total_channels\n", total_channels);
 }