qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 00/26] Audio Cleanup


From: Juan Quintela
Subject: Re: [Qemu-devel] [PATCH 00/26] Audio Cleanup
Date: Wed, 26 Apr 2017 09:20:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Juan Quintela <address@hidden> wrote:
> Hi

Hi  Gerd

I forgot to CC'd you, sorry.

Later, Juan.

> This are an old series that were hidden on my harddisk.  To give you
> one idea, I had a patch to remove this:
>
> commit 8307c294a355bbf3c5352e00877365b0cda66d52
> Author: Nutan Shinde <address@hidden>
> Date:   Wed Oct 7 22:02:54 2015 +0530
>
>     Remove macros IO_READ_PROTO and IO_WRITE_PROTO
>
> And somebody else removed it and got it upstream.
>
> There are just cleanups of removing unused code, or moving audio to
> c89 and int*_t types.
>
> Please, review and consider them.
>
> Later, Juan.
>
>
> Juan Quintela (26):
>   adlib: Remove support for YMF262
>   audio: remove Y8950 configuration
>   audio: Remove YM3526 support
>   audio: YM3812 was always defined
>   audio: Remove UINT8
>   audio: remove UINT16
>   audio: remove UINT32
>   audio: Remove INT8
>   audio: remove INT16
>   audio: Remove INT32
>   audio: Unfold OPLSAMPLE
>   audio: Remove Unused OPL_TYPE_*
>   audio: Remove type field
>   audio: Remove unused fields
>   audio: GUSbyte is uint8_t
>   audio: remove GUSchar
>   audio: GUSword is uint16_t
>   audio: GUSword is uint16_t
>   audio: GUSsample is int16_t
>   audio: OPLSetIRQHandler is not used anywhere
>   audio: OPLSetUpdateHandler is not used anywhere
>   audio: IRQHandler is not used anymore
>   audio: UpdateHandler is not used anymore
>   audio: Remove unused typedefs
>   audio: un-export OPLResetChip
>   audio: Use ARRAY_SIZE from qemu/osdep.h
>
>  hw/audio/Makefile.objs  |   2 -
>  hw/audio/adlib.c        |  47 +-------
>  hw/audio/fmopl.c        | 277 
> ++++++++----------------------------------------
>  hw/audio/fmopl.h        | 175 +++++++++---------------------
>  hw/audio/gus.c          |   2 +-
>  hw/audio/gusemu.h       |  22 +---
>  hw/audio/gusemu_hal.c   |  74 ++++++-------
>  hw/audio/gusemu_mixer.c |  28 ++---
>  8 files changed, 153 insertions(+), 474 deletions(-)



reply via email to

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