usb-audio: support more than two channels of audio
commit3e44607e9394ca08f8672bffa045d2462a371bbc
authorKővágó, Zoltán <dirty.ice.hu@gmail.com>
Sun, 13 Oct 2019 19:58:05 +0000 (13 21:58 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 18 Oct 2019 06:14:05 +0000 (18 08:14 +0200)
tree0642e3193133536f7966850e3d8fd25101eb5706
parent2c6a740f6b0bafc59d7008bf1138c163fb541d6b
usb-audio: support more than two channels of audio

This commit adds support for 5.1 and 7.1 audio playback.  This commit
adds a new property to usb-audio:

* multi=on|off
  Whether to enable the 5.1 and 7.1 audio support.  When off (default)
  it continues to emulate the old stereo-only device.  When on, it
  emulates a slightly different audio device that supports 5.1 and 7.1
  audio.

Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Message-id: 98e96606228afa907fa238eac26573d5af63434a.1570996490.git.DirtY.iCE.hu@gmail.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/dev-audio.c