[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 06/12] audio/via-ac97: Simplify code and set user_creatable t
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 06/12] audio/via-ac97: Simplify code and set user_creatable to false |
Date: |
Sun, 27 Dec 2020 15:56:28 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 |
Hi Zoltan,
On 12/27/20 2:10 AM, BALATON Zoltan via wrote:
> Remove some unneded, empty code and set user_creatable to false
> (besides being not implemented yet, so does nothing anyway) it's also
> normally part of VIA south bridge chips so no need to confuse users
> showing them these devices.
After contributing during more than 8 years you should know we try
to avoid to do multiples changes in the same patch ;)
>
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
> hw/audio/via-ac97.c | 51 +++++++++++++++++----------------------------
> 1 file changed, 19 insertions(+), 32 deletions(-)
- [PATCH 00/12] Misc vt82c686b clean ups, BALATON Zoltan, 2020/12/26
- [PATCH 02/12] vt82c686: Rename AC97/MC97 parts from VT82C686B to VIA, BALATON Zoltan, 2020/12/26
- [PATCH 06/12] audio/via-ac97: Simplify code and set user_creatable to false, BALATON Zoltan, 2020/12/26
- Re: [PATCH 06/12] audio/via-ac97: Simplify code and set user_creatable to false,
Philippe Mathieu-Daudé <=
- [PATCH 01/12] vt82c686: Add APM and ACPI dependencies for VT82C686, BALATON Zoltan, 2020/12/26
- [PATCH 04/12] vt82c686: Remove vt82c686b_[am]c97_init() functions, BALATON Zoltan, 2020/12/26
- [PATCH 07/12] vt82c686: Remove vt82c686b_isa_init() function, BALATON Zoltan, 2020/12/26
- [PATCH 11/12] vt82c686: Rename some functions to better show where they belong, BALATON Zoltan, 2020/12/26