qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 00/52] Audio 5.1 patches


From: Kővágó Zoltán
Subject: Re: [Qemu-devel] [PATCH v2 00/52] Audio 5.1 patches
Date: Fri, 28 Dec 2018 21:05:26 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 2018-12-28 01:46, Programmingkid wrote:
> 
>> On Dec 27, 2018, at 8:33 AM, Kővágó Zoltán <address@hidden> wrote:
>>
>> Hi,
>>
>> I've pushed it to my github (modulo some random fixes not yet on the
>> mailing list):
>> https://github.com/DirtYiCE/qemu/tree/audio-51-2018
>>
>> I don't have a mac so I have no idea whether it works or not.
>>
>> Regards,
>> Zoltan
>>
>> On 2018-12-26 12:24, Programmingkid wrote:
>>>
>>>> On Dec 23, 2018, at 3:52 PM, address@hidden wrote:
>>>>
>>>> Message: 4
>>>> Date: Sun, 23 Dec 2018 21:51:36 +0100
>>>> From: "=?UTF-8?q?K=C5=91v=C3=A1g=C3=B3=2C=20Zolt=C3=A1n?="
>>>>    <address@hidden>
>>>> To: address@hidden
>>>> Cc: Gerd Hoffmann <address@hidden>
>>>> Subject: [Qemu-devel] [PATCH v2 00/52] Audio 5.1 patches
>>>> Message-ID: <address@hidden>
>>>> Content-Type: text/plain; charset=UTF-8
>>>>
>>>> Hi,
>>>>
>>>> I've updated my audio patchset to the current git master. Other than that 
>>>> not
>>>> much happened since my last update [1], fixed a few small problems that I
>>>> noticed while rebasing my patches.
>>>>
>>>> Please review.
>>>
>>> <snip>
>>>
>>> Hi I would like to run your patches. Do you have a repository that I may 
>>> clone? 
>>>
>>> Also have you been able to test these patches using a Mac OS X guest yet? 
>>>
>>> Thank you.
>>>
>>
> 
> Hi, thanks for the link. This is what I did:
> 
>  - git clone https://github.com/DirtYiCE/qemu.git
>  - git checkout audio-51-2018
>  - ./configure --target-list=ppc-softmmu
>  - make -j 4
> 
> The result was unfortunately some errors:
> 
>   CC      audio/coreaudio.o
> audio/coreaudio.c:413:49: error: unknown type name 'HWVocieOut'; did you mean
>       'HWVoiceOut'?
> COREAUDIO_WRAPPER_FUNC(get_buffer_out, void *, (HWVocieOut *hw, size_t *size),
>                                                 ^~~~~~~~~~
>                                                 HWVoiceOut
> 
> 
> audio/coreaudio.c:578:29: error: passing 'struct audio_pcm_info' to parameter 
> of
>       incompatible type 'struct audio_pcm_info *'; take the address with &
>         coreaudio_get_flags(hw->info, as);
>                             ^~~~~~~~
>                             &
> 
> 

Hi,

I pushed an updated version, it should fix the compile errors (hopefully).

Regards,
Zoltan



reply via email to

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