All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v3 0/4] tests/kms_chamelium: add dp-audio test
@ 2019-04-11 10:03 Simon Ser
  2019-04-11 10:03 ` [igt-dev] [PATCH i-g-t v3 1/4] " Simon Ser
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Simon Ser @ 2019-04-11 10:03 UTC (permalink / raw)
  To: igt-dev

The first patch hasn't changed since v2. I've added 3 more patches to
implement more features in the audio test.

Simon Ser (4):
  tests/kms_chamelium: add dp-audio test
  tests/kms_chamelium: capture audio data in real-time
  tests/kms_chamelium: test we receive a signal from both audio channels
  tests/kms_chamelium: test audio channels are not mixed up

 docs/audio.txt             |  45 ---
 docs/chamelium.txt         |  32 +-
 lib/igt.h                  |   1 +
 lib/igt_alsa.c             |  83 +++++-
 lib/igt_alsa.h             |   1 +
 lib/igt_audio.c            | 406 +++++++++++++++++--------
 lib/igt_audio.h            |  19 +-
 lib/igt_aux.c              |  31 ++
 lib/igt_aux.h              |   1 +
 lib/igt_chamelium.c        | 135 +++++++++
 lib/igt_chamelium.h        |  14 +
 lib/igt_chamelium_stream.c | 592 +++++++++++++++++++++++++++++++++++++
 lib/igt_chamelium_stream.h |  52 ++++
 lib/meson.build            |   5 +-
 meson.build                |  52 ++--
 meson_options.txt          |   6 -
 tests/audio.c              | 193 ------------
 tests/kms_chamelium.c      | 340 ++++++++++++++++++++-
 tests/meson.build          |   9 +-
 19 files changed, 1567 insertions(+), 450 deletions(-)
 delete mode 100644 docs/audio.txt
 create mode 100644 lib/igt_chamelium_stream.c
 create mode 100644 lib/igt_chamelium_stream.h
 delete mode 100644 tests/audio.c

-- 
2.21.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-04-11 10:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-11 10:03 [igt-dev] [PATCH i-g-t v3 0/4] tests/kms_chamelium: add dp-audio test Simon Ser
2019-04-11 10:03 ` [igt-dev] [PATCH i-g-t v3 1/4] " Simon Ser
2019-04-11 10:03 ` [igt-dev] [PATCH i-g-t v3 2/4] tests/kms_chamelium: capture audio data in real-time Simon Ser
2019-04-11 10:03 ` [igt-dev] [PATCH i-g-t v3 3/4] tests/kms_chamelium: test we receive a signal from both audio channels Simon Ser
2019-04-11 10:03 ` [igt-dev] [PATCH i-g-t v3 4/4] tests/kms_chamelium: test audio channels are not mixed up Simon Ser
2019-04-11 10:09 ` [igt-dev] [PATCH i-g-t v3 0/4] tests/kms_chamelium: add dp-audio test Ser, Simon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.