X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=alsa_write.c;h=df39716fbdd36e1a608c6c197cc3a8d3b36e8a49;hb=refs%2Ftags%2Fv0.3.4;hp=0bb3de38d6a06dd81562a95e518453fd666e4991;hpb=9b5d9adba31e6d42b9dde81fcd3b6f8a0b16bcfc;p=paraslash.git diff --git a/alsa_write.c b/alsa_write.c index 0bb3de38..df39716f 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;