diff options
| author | Pavel Dovgalyuk | 2017-02-02 06:50:54 +0100 |
|---|---|---|
| committer | Gerd Hoffmann | 2017-03-01 15:11:44 +0100 |
| commit | 3d4d16f4dc101e16f643acc44dfffdbaf2a8f01c (patch) | |
| tree | d30418f9f9aef197aae8e79f4e29948edb1b98b3 /replay/Makefile.objs | |
| parent | vhost-user: delay vhost_user_stop (diff) | |
| download | qemu-3d4d16f4dc101e16f643acc44dfffdbaf2a8f01c.tar.gz qemu-3d4d16f4dc101e16f643acc44dfffdbaf2a8f01c.tar.xz qemu-3d4d16f4dc101e16f643acc44dfffdbaf2a8f01c.zip | |
replay: add record/replay for audio passthrough
This patch adds recording and replaying audio data. Is saves synchronization
information for audio out and inputs from the microphone.
v2: removed unneeded whitespace change
Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Message-id: 20170202055054.4848.94901.stgit@PASHA-ISP.lan02.inno
[ kraxel: add qemu/error-report.h include to fix osx build failure ]
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'replay/Makefile.objs')
| -rw-r--r-- | replay/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/replay/Makefile.objs b/replay/Makefile.objs index b2afd4030a..cee6539a23 100644 --- a/replay/Makefile.objs +++ b/replay/Makefile.objs @@ -6,3 +6,4 @@ common-obj-y += replay-input.o common-obj-y += replay-char.o common-obj-y += replay-snapshot.o common-obj-y += replay-net.o +common-obj-y += replay-audio.o
\ No newline at end of file |
