From 39cc9bf89c293c92d55aad803c08816ad922585d Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Mon, 21 Aug 2017 18:27:18 +0300 Subject: 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 Reviewed-by: Lyude Paul --- lib/igt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/igt.h') 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" -- cgit v1.2.3