mbox

[PULL,0/5] audio patch queue

Message ID 1465196579-26804-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-audio-20160606-1

Message

Gerd Hoffmann June 6, 2016, 7:02 a.m. UTC
Hi,

Here comes the audio patch queue with a fix for the pulseaudio volume
handling (adjust our stream not master) and some qomify and cleanup
work.

please pull,
  Gerd

The following changes since commit 2c107d7684f9e3c4db4780d0756bbf35b06aec07:

  Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2016-06-02 14:26:57 +0100)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-audio-20160606-1

for you to fetch changes up to 07b9098dfca4209ea1fca3cb26297164fcb4ae3c:

  hw/audio: QOM'ify milkymist-ac97.c (2016-06-03 11:13:38 +0200)

----------------------------------------------------------------
audio: pa volume fix, some qomifying.

----------------------------------------------------------------
Peter Krempa (1):
      audio: pa: Set volume of recording stream instead of recording device

xiaoqiang zhao (4):
      hw/audio: QOM'ify cs4231.c
      hw/audio: QOM cleanup for intel-hda
      hw/audio: QOM'ify intel-hda
      hw/audio: QOM'ify milkymist-ac97.c

 audio/paaudio.c           | 11 +++++------
 configure                 |  4 ++--
 hw/audio/cs4231.c         | 12 +++++-------
 hw/audio/intel-hda.c      | 32 ++++++++++++++++++--------------
 hw/audio/milkymist-ac97.c | 26 +++++++++++++++-----------
 5 files changed, 45 insertions(+), 40 deletions(-)

Comments

Peter Maydell June 6, 2016, 12:21 p.m. UTC | #1
On 6 June 2016 at 08:02, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here comes the audio patch queue with a fix for the pulseaudio volume
> handling (adjust our stream not master) and some qomify and cleanup
> work.
>
> please pull,
>   Gerd
>
> The following changes since commit 2c107d7684f9e3c4db4780d0756bbf35b06aec07:
>
>   Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2016-06-02 14:26:57 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-audio-20160606-1
>
> for you to fetch changes up to 07b9098dfca4209ea1fca3cb26297164fcb4ae3c:
>
>   hw/audio: QOM'ify milkymist-ac97.c (2016-06-03 11:13:38 +0200)
>
> ----------------------------------------------------------------
> audio: pa volume fix, some qomifying.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM