summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2013-08-20 17:27:38 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2013-08-20 17:27:38 +0530
commit9dc9edc72518df5805dd4b16dd0e2cdb29ec6f7b (patch)
tree34b49cefb4376196eb2218b27f3fde47b3266c28
parenta0145241928fe031fea83b4f1faf9edfc66a9fe2 (diff)
Build fix for audio_test on JB
-rw-r--r--tests/audio_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/audio_test.cpp b/tests/audio_test.cpp
index 8ea5334..5b82956 100644
--- a/tests/audio_test.cpp
+++ b/tests/audio_test.cpp
@@ -317,7 +317,7 @@ int main(int argc, char **argv)
AUDIO_FORMAT_PCM_16_BIT,
AUDIO_CHANNEL_OUT_STEREO,
ud.latency * (ud.rate / 1000),
- 0,
+ (audio_output_flags_t) 0,
_af_cb,
&ud);