[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fwd: How am I supposed to use the -audiodev option?
From: |
_ |
Subject: |
Fwd: How am I supposed to use the -audiodev option? |
Date: |
Sun, 27 Oct 2019 14:59:32 +0200 |
this should've gone to the list, sorry
On Sun, Oct 27, 2019 at 1:23 PM Lukas Straub <address@hidden> wrote:
> > No matter what I try, it keeps slapping me on the face with a
> > "audiodev default parameter is deprecated, please specify
> > audiodev=foo" warning:
> >
> > $ qemu -soundhw ac97 -audiodev alsa,id=alsa
> > audio: Device ac97: audiodev default parameter is deprecated, please
> > specify audiodev=alsa
> From qemu's manpage:
...
> $ qemu-system-x86_64 -audio-help
...
> -audiodev id=alsa,driver=alsa
This is not answering the question: "-audiodev id=alsa,driver=alsa" is
absolutely identical to "-audiodev alsa,id=alsa" and
qemu -soundhw ac97 -audiodev id=alsa,driver=alsa
will generate the same spurious warning.
I'm using the latest git qemu, if this makes any difference.