From: "Zoltán Kővágó" <dirty.ice.hu@gmail.com>
To: Programmingkid <programmingkidx@gmail.com>
Cc: QEMU Developers <qemu-devel@nongnu.org>,
Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v2 00/52] Audio 5.1 patches
Date: Sat, 29 Dec 2018 01:19:47 +0100 [thread overview]
Message-ID: <78f4f24e-6fe0-9da2-8ac7-01dbd70a3739@gmail.com> (raw)
In-Reply-To: <15778293-4038-4D3A-982A-20DFA333E179@gmail.com>
On 2018-12-29 01:12, Programmingkid wrote:
>
>> On Dec 28, 2018, at 3:05 PM, Kővágó Zoltán <dirty.ice.hu@gmail.com> wrote:
>>
>> On 2018-12-28 01:46, Programmingkid wrote:
>>>
>>>> On Dec 27, 2018, at 8:33 AM, Kővágó Zoltán <dirty.ice.hu@gmail.com> 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, qemu-devel-request@nongnu.org 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?="
>>>>>> <dirty.ice.hu@gmail.com>
>>>>>> To: qemu-devel@nongnu.org
>>>>>> Cc: Gerd Hoffmann <kraxel@redhat.com>
>>>>>> Subject: [Qemu-devel] [PATCH v2 00/52] Audio 5.1 patches
>>>>>> Message-ID: <cover.1545598229.git.DirtY.iCE.hu@gmail.com>
>>>>>> 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
>
> Thank you for the update. I tested this series using a Mac OS 10.4 and Windows 2000 guest. Both were using a USB sound card. The sound that comes out of my speakers is demonic! It is the loudest, scariest sound I have ever heard. I'm sorry but this patch series ruins the USB sound card.
>
> I am happy to test out any future updates that you make this patch series.
>
> Thank you.
>
I'm sorry to hear that. Could you please test it with some other card,
like the hda? Even though usb works fine for me on Linux with alsa so
the problem is probably with the coreaudio backend.
Regards,
Zoltan
next prev parent reply other threads:[~2018-12-29 0:23 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.31873.1545598364.1282.qemu-devel@nongnu.org>
2018-12-26 11:24 ` [Qemu-devel] [PATCH v2 00/52] Audio 5.1 patches Programmingkid
2018-12-27 13:33 ` Kővágó Zoltán
2018-12-28 0:46 ` Programmingkid
2018-12-28 20:05 ` Kővágó Zoltán
2018-12-29 0:12 ` Programmingkid
2018-12-29 0:19 ` Zoltán Kővágó [this message]
2018-12-29 0:49 ` Programmingkid
2018-12-31 15:50 ` Kővágó Zoltán
2018-12-27 22:16 ` Philippe Mathieu-Daudé
2019-01-01 4:20 [Qemu-devel] Qemu-devel Digest, Vol 189, Issue 424 Programmingkid
2019-01-01 4:24 ` [Qemu-devel] [PATCH v2 00/52] Audio 5.1 patches Programmingkid
2019-01-01 12:27 ` Zoltán Kővágó
2019-01-01 16:17 ` Programmingkid
2019-01-04 21:54 ` Zoltán Kővágó
-- strict thread matches above, loose matches on Subject: below --
2018-12-23 20:51 Kővágó, Zoltán
2018-12-25 10:43 ` Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=78f4f24e-6fe0-9da2-8ac7-01dbd70a3739@gmail.com \
--to=dirty.ice.hu@gmail.com \
--cc=kraxel@redhat.com \
--cc=programmingkidx@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).