summaryrefslogtreecommitdiff
path: root/axfer/xfer-libffado.c
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-11-19 20:28:55 -0800
committerTakashi Iwai <tiwai@suse.de>2019-11-20 19:46:17 +0100
commit80fd81f4a8647fe2b62a02db9a497d2a7639d9e3 (patch)
tree853d641088d9bf8095b1797b936d8dc77bdb7ba6 /axfer/xfer-libffado.c
parent66e9a816093c7d8fbdfbc407062daabe89825b35 (diff)
downloadalsa-utils-80fd81f4a8647fe2b62a02db9a497d2a7639d9e3.tar.gz
treewide: Fix printf formats
Found with cppcheck Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'axfer/xfer-libffado.c')
-rw-r--r--axfer/xfer-libffado.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/axfer/xfer-libffado.c b/axfer/xfer-libffado.c
index a37cce6..6db835d 100644
--- a/axfer/xfer-libffado.c
+++ b/axfer/xfer-libffado.c
@@ -440,7 +440,7 @@ static int xfer_libffado_pre_process(struct xfer_context *xfer,
}
if (*samples_per_frame != channels) {
fprintf(stderr,
- "The number of samples per frame should be %i.\n",
+ "The number of samples per frame should be %u.\n",
channels);
return -EINVAL;
}