On 05/09/2023 12.55, Paolo Bonzini wrote:
On 9/5/23 12:39, Thomas Huth wrote:
+ dolog("Device %s: audiodev default parameter is deprecated,
please "
+ "specify audiodev=%s\n", name,
+ QTAILQ_FIRST(&audio_states)->dev->id);
You said that you removed the default handling ... so this log message
looks suspicious ... is this code block still required?
I was referring to the ".can_be_default" argument, maybe I should change
"default audio backend" to "default audio driver" in the commit message?
No, I think it's fine. Thanks for the clarification!
Reviewed-by: Thomas Huth <th...@redhat.com>