aboutsummaryrefslogtreecommitdiff
path: root/utils/tinyplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tinyplay.c')
-rw-r--r--utils/tinyplay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/tinyplay.c b/utils/tinyplay.c
index 2689158..482ad24 100644
--- a/utils/tinyplay.c
+++ b/utils/tinyplay.c
@@ -192,6 +192,7 @@ int ctx_init(struct ctx* ctx, const struct cmd *cmd)
pcm_close(ctx->pcm);
return -1;
}
+ pcm_prepare(ctx->pcm);
return 0;
}