[PATCH v6 00/10] Audio: Mixeng-free 5.1/7.1 audio support

Kővágó, Zoltán posted 10 patches 6 years, 3 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1570996490.git.DirtY.iCE.hu@gmail.com
audio/alsaaudio.c       |  18 +-
audio/audio.c           | 176 ++++++++++-----
audio/audio.h           |  10 +
audio/audio_int.h       |   7 +-
audio/audio_template.h  |  24 ++-
audio/coreaudio.c       |   4 +-
audio/dsound_template.h |  10 +-
audio/dsoundaudio.c     |   4 +-
audio/noaudio.c         |   2 +-
audio/ossaudio.c        |  14 +-
audio/paaudio.c         | 153 ++++++++++++--
audio/spiceaudio.c      |  17 +-
audio/wavaudio.c        |   6 +-
hw/usb/dev-audio.c      | 459 ++++++++++++++++++++++++++++++++++------
qapi/audio.json         |   6 +
qemu-options.hx         |  15 ++
16 files changed, 740 insertions(+), 185 deletions(-)
[PATCH v6 00/10] Audio: Mixeng-free 5.1/7.1 audio support
Posted by Kővágó, Zoltán 6 years, 3 months ago
Hi,

I've updated my mixeng-free patches.  This time it's only documentation
fixes in the first patch, otherwise it's identical to v5.

Regards,
Zoltan


Kővágó, Zoltán (10):
  audio: add mixing-engine option (documentation)
  audio: make mixeng optional
  paaudio: get/put_buffer functions
  audio: support more than two channels in volume setting
  audio: replace shift in audio_pcm_info with bytes_per_frame
  audio: basic support for multichannel audio
  usb-audio: do not count on avail bytes actually available
  usb-audio: support more than two channels of audio
  usbaudio: change playback counters to 64 bit
  paaudio: fix channel order for usb-audio 5.1 and 7.1 streams

 audio/alsaaudio.c       |  18 +-
 audio/audio.c           | 176 ++++++++++-----
 audio/audio.h           |  10 +
 audio/audio_int.h       |   7 +-
 audio/audio_template.h  |  24 ++-
 audio/coreaudio.c       |   4 +-
 audio/dsound_template.h |  10 +-
 audio/dsoundaudio.c     |   4 +-
 audio/noaudio.c         |   2 +-
 audio/ossaudio.c        |  14 +-
 audio/paaudio.c         | 153 ++++++++++++--
 audio/spiceaudio.c      |  17 +-
 audio/wavaudio.c        |   6 +-
 hw/usb/dev-audio.c      | 459 ++++++++++++++++++++++++++++++++++------
 qapi/audio.json         |   6 +
 qemu-options.hx         |  15 ++
 16 files changed, 740 insertions(+), 185 deletions(-)

-- 
2.23.0