]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - alsa_write.c
aft: Reorganize make_status_items().
[paraslash.git] / alsa_write.c
index 456c5178981f201aad9d048ca63079d3133952df..f01b8cf36763ab3ccae6e0e9d5d5c638ce3225d6 100644 (file)
@@ -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;