Skip to content
Snippets Groups Projects
Commit 466e2bd4 authored by Asish Bhattacharya's avatar Asish Bhattacharya Committed by Gerrit - the friendly Code Review server
Browse files

cplay: fix compress offload flag

Change-Id: Iaa0fad87029d97cb43f3247390289fc0eae9f10e
parent 6500ec3f
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ index 01a7097..4a8feff 100644
+ codec.ch_in = 2;
+ codec.ch_out = 2;
+ codec.sample_rate = 48000;
+ codec.compr_passthr = 1;
+ codec.compr_passthr = 0;
if (!codec.sample_rate) {
fprintf(stderr, "invalid sample rate %d\n", rate);
fclose(file);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment