mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 23:49:36 +00:00
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>
This commit is contained in:
committed by
Gerd Hoffmann
parent
e7c83a885f
commit
3d4d16f4dc
@ -29,6 +29,10 @@ enum ReplayEvents {
|
||||
/* for character device read all event */
|
||||
EVENT_CHAR_READ_ALL,
|
||||
EVENT_CHAR_READ_ALL_ERROR,
|
||||
/* for audio out event */
|
||||
EVENT_AUDIO_OUT,
|
||||
/* for audio in event */
|
||||
EVENT_AUDIO_IN,
|
||||
/* for clock read/writes */
|
||||
/* some of greater codes are reserved for clocks */
|
||||
EVENT_CLOCK,
|
||||
|
Reference in New Issue
Block a user