X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=alsa_write.c;h=f01b8cf36763ab3ccae6e0e9d5d5c638ce3225d6;hb=318fbe90e08b6d9c5e781d9b517b670c5a1a04d7;hp=456c5178981f201aad9d048ca63079d3133952df;hpb=343f3c63fc3a7f9ca4ba4163c9e4cf06cde8d0c3;p=paraslash.git diff --git a/alsa_write.c b/alsa_write.c index 456c5178..f01b8cf3 100644 --- a/alsa_write.c +++ b/alsa_write.c @@ -116,7 +116,7 @@ static int alsa_init(struct private_alsa_write_data *pad, * pad->channels / 8; if (pad->bytes_per_frame <= 0) return -E_PHYSICAL_WIDTH; - PARA_INFO_LOG("bytes per frame: %zu\n", pad->bytes_per_frame); + PARA_INFO_LOG("bytes per frame: %d\n", pad->bytes_per_frame); if (snd_pcm_nonblock(pad->handle, 1)) PARA_ERROR_LOG("failed to set nonblock mode\n"); return 1;