qemu-e2k/audio
Bjørn Mork 866358211d alsa: add host suspend/resume support
Both input and output streams may be in SND_PCM_STATE_SUSPENDED
after the host is suspended and resumed, meaning "Hardware is
suspended".  snd_pcm_readi() and snd_pcm_writei() will return
-ESTRPIPE if called while the stream is in this state.

Call snd_pcm_resume() to enable audio output and capture after
host resume.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: malc <av1474@comtv.ru>
2009-07-30 14:45:50 +04:00
..
alsaaudio.c alsa: add host suspend/resume support 2009-07-30 14:45:50 +04:00
audio.c Generate config-host.h from config-host.mak 2009-07-27 14:10:55 -05:00
audio.h rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN 2009-07-27 14:09:21 -05:00
audio_int.h Remove any pretense that there can be more than one AudioState 2009-05-14 03:20:43 +04:00
audio_pt_int.c pthreads-based audio and miscellaneous audio clean-up (malc). 2008-01-14 04:24:29 +00:00
audio_pt_int.h pthreads-based audio and miscellaneous audio clean-up (malc). 2008-01-14 04:24:29 +00:00
audio_template.h Remove any pretense that there can be more than one AudioState 2009-05-14 03:20:43 +04:00
coreaudio.c Make audio violate POSIX less 2008-12-03 22:48:44 +00:00
dsound_template.h Fix NAME2/FIELD2 warnings 2009-01-22 22:09:55 +00:00
dsoundaudio.c Remove redundant #define 2009-05-01 11:31:23 +04:00
esdaudio.c Make audio violate POSIX less 2008-12-03 22:48:44 +00:00
fmodaudio.c Use the ARRAY_SIZE() macro where appropriate. 2008-12-22 20:33:55 +00:00
mixeng.c Make audio violate POSIX less 2008-12-03 22:48:44 +00:00
mixeng.h Make audio violate POSIX less 2008-12-03 22:48:44 +00:00
mixeng_template.h Make audio violate POSIX less 2008-12-03 22:48:44 +00:00
noaudio.c Make audio violate POSIX less 2008-12-03 22:48:44 +00:00
ossaudio.c Make audio violate POSIX less 2008-12-03 22:48:44 +00:00
paaudio.c fix qemu_alloc/qemu_free for audio subsystem 2009-06-19 02:46:14 +04:00
rate_template.h Make audio violate POSIX less 2008-12-03 22:48:44 +00:00
sdlaudio.c Support for DragonFly BSD (Hasso Tepper) 2009-03-07 20:06:23 +00:00
wavaudio.c Make audio violate POSIX less 2008-12-03 22:48:44 +00:00
wavcapture.c Remove any pretense that there can be more than one AudioState 2009-05-14 03:20:43 +04:00