Commit afa279a2 authored by David Reid's avatar David Reid

Check for passthrough in tests.

parent e1a2b5ad
...@@ -194,6 +194,8 @@ int do_playback_test(mal_backend backend) ...@@ -194,6 +194,8 @@ int do_playback_test(mal_backend backend)
} }
} }
haveDevice = MAL_TRUE; haveDevice = MAL_TRUE;
printf(" Is Passthrough: %s\n", (device.dsp.isPassthrough) ? "YES" : "NO");
} }
printf(" Opening Decoder... "); printf(" Opening Decoder... ");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment