[pulseaudio-commits] r1396 - /trunk/src/utils/padsp.c

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Thu Sep 14 07:56:34 PDT 2006


Author: ossman
Date: Thu Sep 14 16:56:31 2006
New Revision: 1396

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=3D1396&root=3Dpulseaudio&vi=
ew=3Drev
Log:
Fix debug output for SNDCTL_DSP_SETFRAGMENT.

Modified:
    trunk/src/utils/padsp.c

Modified: trunk/src/utils/padsp.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/utils/padsp.c?rev=3D1=
396&root=3Dpulseaudio&r1=3D1395&r2=3D1396&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/src/utils/padsp.c (original)
+++ trunk/src/utils/padsp.c Thu Sep 14 16:56:31 2006
@@ -1875,7 +1875,7 @@
             break;
 =

         case SNDCTL_DSP_SETFRAGMENT:
-            debug(DEBUG_LEVEL_NORMAL, __FILE__": SNDCTL_DSP_SETFRAGMENT: 0=
x%8x\n", *(int*) argp);
+            debug(DEBUG_LEVEL_NORMAL, __FILE__": SNDCTL_DSP_SETFRAGMENT: 0=
x%08x\n", *(int*) argp);
             =

             pa_threaded_mainloop_lock(i->mainloop);
             =





More information about the pulseaudio-commits mailing list