summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPaul Kocialkowski <paul.kocialkowski@linux.intel.com>2017-08-21 18:27:20 +0300
committerLyude <lyude@redhat.com>2017-08-21 13:54:01 -0400
commit4524a8951348a31ae5dabfc4c69f2a835034ec3e (patch)
tree7d816a66f21c686e0d8f335687d491ebdd46fb9e /README
parent1579692d6447d126552b5fb020a63b26427c9a12 (diff)
tests: Introduce audio tests, starting with HDMI signal integrity
This introduces a new test for audio going through display connectors. It currently contains a single subtest for HDMI signal integrity, but other test cases will be added later on. The test setup consists in using an HDMI-VGA bridge that separates the audio out (via a 3.5 mm jack) and feeding this back to the DUT's line-in where it can be recorded by ALSA with controls correctly configured. The audio test makes use of the audio and ALSA igt libraries helpers. Signed-off-by: Paul Kocialkowski <paul.kocialkowski@linux.intel.com> Reviewed-by: Lyude Paul <lyude@redhat.com>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index d1ea9529..c3ddf768 100644
--- a/README
+++ b/README
@@ -153,6 +153,12 @@ The following dependencies are required for building chamelium support
libglib2.0-dev
libgsl-dev
+The following dependencies are requires for building audio support
+(package names may vary):
+
+ libasound2-dev
+ libgsl-dev
+
Releases for maintainers
------------------------