qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] e58ff6: audio: pa: Set volume of recording st


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] e58ff6: audio: pa: Set volume of recording stream instead ...
Date: Mon, 06 Jun 2016 05:30:04 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: e58ff62d589fe147f4e73ba28a0383fb80600be6
      
https://github.com/qemu/qemu/commit/e58ff62d589fe147f4e73ba28a0383fb80600be6
  Author: Peter Krempa <address@hidden>
  Date:   2016-06-03 (Fri, 03 Jun 2016)

  Changed paths:
    M audio/paaudio.c
    M configure

  Log Message:
  -----------
  audio: pa: Set volume of recording stream instead of recording device

Since pulseaudio 1.0 it's possible to set the individual stream volume
rather than setting the device volume. With this, setting hardware mixer
of a emulated sound card doesn't mess up the volume configuration of the
host.

A side effect is that this limits compatible pulseaudio version to 1.0
which was released on 2011-09-27.

Signed-off-by: Peter Krempa <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: ff2df541bb1b3e92e3b6b1035468df9af28d5e29
      
https://github.com/qemu/qemu/commit/ff2df541bb1b3e92e3b6b1035468df9af28d5e29
  Author: xiaoqiang zhao <address@hidden>
  Date:   2016-06-03 (Fri, 03 Jun 2016)

  Changed paths:
    M hw/audio/cs4231.c

  Log Message:
  -----------
  hw/audio: QOM'ify cs4231.c

Drop the old SysBus init function and use instance_init

Reviewed-by: Paolo Bonzini <address@hidden>
Signed-off-by: xiaoqiang zhao <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: e19202af791218068808914a172eaa2717f6c0ea
      
https://github.com/qemu/qemu/commit/e19202af791218068808914a172eaa2717f6c0ea
  Author: xiaoqiang zhao <address@hidden>
  Date:   2016-06-03 (Fri, 03 Jun 2016)

  Changed paths:
    M hw/audio/intel-hda.c

  Log Message:
  -----------
  hw/audio: QOM cleanup for intel-hda

drop the DO_UPCAST macro

Signed-off-by: xiaoqiang zhao <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: bda8d9b8b13c0c54aeab268b9023ccc246a3ee67
      
https://github.com/qemu/qemu/commit/bda8d9b8b13c0c54aeab268b9023ccc246a3ee67
  Author: xiaoqiang zhao <address@hidden>
  Date:   2016-06-03 (Fri, 03 Jun 2016)

  Changed paths:
    M hw/audio/intel-hda.c

  Log Message:
  -----------
  hw/audio: QOM'ify intel-hda

* use DeviceClass::realize instead of DeviceClass::init

Signed-off-by: xiaoqiang zhao <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 07b9098dfca4209ea1fca3cb26297164fcb4ae3c
      
https://github.com/qemu/qemu/commit/07b9098dfca4209ea1fca3cb26297164fcb4ae3c
  Author: xiaoqiang zhao <address@hidden>
  Date:   2016-06-03 (Fri, 03 Jun 2016)

  Changed paths:
    M hw/audio/milkymist-ac97.c

  Log Message:
  -----------
  hw/audio: QOM'ify milkymist-ac97.c

* Drop the old SysBus init function and use instance_init
* Move AUD_open_in / AUD_open_out function into realize stage

Acked-by: Michael Walle <address@hidden>
Tested-by: Michael Walle <address@hidden>
Signed-off-by: xiaoqiang zhao <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 8625c3ffc883e8b5bcac345fa7ac5e9fec6fb593
      
https://github.com/qemu/qemu/commit/8625c3ffc883e8b5bcac345fa7ac5e9fec6fb593
  Author: Peter Maydell <address@hidden>
  Date:   2016-06-06 (Mon, 06 Jun 2016)

  Changed paths:
    M audio/paaudio.c
    M configure
    M hw/audio/cs4231.c
    M hw/audio/intel-hda.c
    M hw/audio/milkymist-ac97.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20160606-1' into 
staging

audio: pa volume fix, some qomifying.

# gpg: Signature made Mon 06 Jun 2016 08:01:21 BST
# gpg:                using RSA key 0x4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* remotes/kraxel/tags/pull-audio-20160606-1:
  hw/audio: QOM'ify milkymist-ac97.c
  hw/audio: QOM'ify intel-hda
  hw/audio: QOM cleanup for intel-hda
  hw/audio: QOM'ify cs4231.c
  audio: pa: Set volume of recording stream instead of recording device

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/b0491a1a17de...8625c3ffc883

reply via email to

[Prev in Thread] Current Thread [Next in Thread]