diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2003-10-07 15:18:55 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2003-10-07 15:18:55 +0000 |
commit | 693d345b0cc02c961748aad2074a2ca64934c9f5 (patch) | |
tree | d7a4f3e1f7da40fece6bb7c165f7661f8078975c /test/hstest.c | |
parent | 68e6756b899d040b14062baaa1ae9ae0e14f3b02 (diff) |
Let the headset test tools use 16 bit PCM for input and output
Diffstat (limited to 'test/hstest.c')
-rw-r--r-- | test/hstest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/hstest.c b/test/hstest.c index 8b47a10a..23bbf089 100644 --- a/test/hstest.c +++ b/test/hstest.c @@ -189,8 +189,8 @@ int main(int argc, char *argv[]) vs = htobs(vs); fprintf(stderr, "Voice setting: 0x%04x\n", vs); close(dd); - if (vs != 0x0040) { - fprintf(stderr, "The voice setting must be 0x0040\n"); + if (vs != 0x0060) { + fprintf(stderr, "The voice setting must be 0x0060\n"); return -1; } |