qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] coreaudio bug fix and clean up
@ 2020-12-13 13:03 Volker Rümelin
  2020-12-13 13:05 ` [PATCH 1/4] coreaudio: rename misnamed variable fake_as Volker Rümelin
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Volker Rümelin @ 2020-12-13 13:03 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: qemu-devel, Howard Spoelstra

Fix a bug reported on the qemu-discuss mailing list. The error
message was:

coreaudio: Could not lock voice for audioDeviceIOProc
Reason: Invalid argument

While being there, do some clean up.

Howard was kind enough to test the patches.

Volker Rümelin (4):
  coreaudio: rename misnamed variable fake_as
  coreaudio: don't start playback in init routine
  coreaudio: always stop audio playback on shut down
  audio: remove unused function audio_is_cleaning_up()

 audio/audio.c     |  8 -------
 audio/audio.h     |  1 -
 audio/coreaudio.c | 53 +++++++++++++++++------------------------------
 3 files changed, 19 insertions(+), 43 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-12-15  8:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-13 13:03 [PATCH 0/4] coreaudio bug fix and clean up Volker Rümelin
2020-12-13 13:05 ` [PATCH 1/4] coreaudio: rename misnamed variable fake_as Volker Rümelin
2020-12-15  8:16   ` Gerd Hoffmann
2020-12-13 13:05 ` [PATCH 2/4] coreaudio: don't start playback in init routine Volker Rümelin
2020-12-13 13:05 ` [PATCH 3/4] coreaudio: always stop audio playback on shut down Volker Rümelin
2020-12-13 13:05 ` [PATCH 4/4] audio: remove unused function audio_is_cleaning_up() Volker Rümelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).