summaryrefslogtreecommitdiff
path: root/lib/igt.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <paul.kocialkowski@linux.intel.com>2017-08-21 18:27:18 +0300
committerLyude <lyude@redhat.com>2017-08-21 13:53:20 -0400
commit39cc9bf89c293c92d55aad803c08816ad922585d (patch)
tree9dcaac6e546e19d4d0502d2904602c87265da1e0 /lib/igt.h
parent5a17ee2c8f9013f5db852d27564b837f9f2c5a9f (diff)
lib: Add audio library with dedicated helpers
This introduces an audio library, with dedicated helpers for both generating signals and detecting peak frequencies in a signal. This library paves the way for testing audio going through display connectors, such as HDMI. Signed-off-by: Paul Kocialkowski <paul.kocialkowski@linux.intel.com> Reviewed-by: Lyude Paul <lyude@redhat.com>
Diffstat (limited to 'lib/igt.h')
-rw-r--r--lib/igt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/igt.h b/lib/igt.h
index d16a4991..a75d2db7 100644
--- a/lib/igt.h
+++ b/lib/igt.h
@@ -35,6 +35,7 @@
#include "igt_dummyload.h"
#include "igt_fb.h"
#include "igt_frame.h"
+#include "igt_audio.h"
#include "igt_gt.h"
#include "igt_kms.h"
#include "igt_pm.h"