mbox

[PULL,0/3] Audio 20170717 patches

Message ID 20170717092923.12317-1-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/audio-20170717-pull-request

Message

Gerd Hoffmann July 17, 2017, 9:29 a.m. UTC
The following changes since commit 6e2c46334385c7e295ac883c801c81b4925fb54f:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170711' into staging (2017-07-13 10:47:10 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/audio-20170717-pull-request

for you to fetch changes up to 639b49ef9a4dc9555ed6aaefa8dfda621e4165cf:

  audio/adlib: remove limitation of one adlib card (2017-07-17 11:09:02 +0200)

----------------------------------------------------------------
audio: fixes for 2.10

----------------------------------------------------------------

Hervé Poussineau (2):
  audio/fmopl: modify timer callback to give opaque and channel
    parameters in two arguments
  audio/adlib: remove limitation of one adlib card

Peng Hao (1):
  audio: st_rate_flow exist a infinite loop

 audio/rate_template.h |  6 ++++++
 hw/audio/fmopl.h      |  7 ++++---
 hw/audio/adlib.c      | 14 +++-----------
 hw/audio/fmopl.c      | 18 +++++++++++++-----
 4 files changed, 26 insertions(+), 19 deletions(-)

Comments

Peter Maydell July 17, 2017, 3:31 p.m. UTC | #1
On 17 July 2017 at 10:29, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 6e2c46334385c7e295ac883c801c81b4925fb54f:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170711' into staging (2017-07-13 10:47:10 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/audio-20170717-pull-request
>
> for you to fetch changes up to 639b49ef9a4dc9555ed6aaefa8dfda621e4165cf:
>
>   audio/adlib: remove limitation of one adlib card (2017-07-17 11:09:02 +0200)
>
> ----------------------------------------------------------------
> audio: fixes for 2.10
>
> ----------------------------------------------------------------
>
> Hervé Poussineau (2):
>   audio/fmopl: modify timer callback to give opaque and channel
>     parameters in two arguments
>   audio/adlib: remove limitation of one adlib card
>
> Peng Hao (1):
>   audio: st_rate_flow exist a infinite loop
>
>  audio/rate_template.h |  6 ++++++
>  hw/audio/fmopl.h      |  7 ++++---
>  hw/audio/adlib.c      | 14 +++-----------
>  hw/audio/fmopl.c      | 18 +++++++++++++-----
>  4 files changed, 26 insertions(+), 19 deletions(-)

Applied, thanks.

-- PMM