Re: [Qemu-devel] [PATCH] audio: don't use alsa by default

2019-02-19 Thread Gerd Hoffmann
> > So SDL has the same problem (possibly only when using alsa). > > > > Hmm. Dropping can_be_default here will too break sound on BSD ... > > We could temporarily put the Linux default ordering back to have "oss" > before sdl/alsa until the initialization code in sdl/alsa can be fixed to > corr

Re: [Qemu-devel] [PATCH] audio: don't use alsa by default

2019-02-19 Thread Daniel P . Berrangé
On Tue, Feb 19, 2019 at 01:12:58PM +0100, Gerd Hoffmann wrote: > On Tue, Feb 19, 2019 at 11:39:49AM +0100, David Hildenbrand wrote: > > On 19.02.19 11:15, Gerd Hoffmann wrote: > > > ardware is present the driver initializes > > > successfully and throws errors later on, i.e. effectively the > > > a

Re: [Qemu-devel] [PATCH] audio: don't use alsa by default

2019-02-19 Thread Gerd Hoffmann
On Tue, Feb 19, 2019 at 11:39:49AM +0100, David Hildenbrand wrote: > On 19.02.19 11:15, Gerd Hoffmann wrote: > > ardware is present the driver initializes > > successfully and throws errors later on, i.e. effectively the > > automatic probing doesn't work. So the driver should not be > > used by d

Re: [Qemu-devel] [PATCH] audio: don't use alsa by default

2019-02-19 Thread David Hildenbrand
On 19.02.19 12:17, Daniel P. Berrangé wrote: > On Tue, Feb 19, 2019 at 11:39:49AM +0100, David Hildenbrand wrote: >> On 19.02.19 11:15, Gerd Hoffmann wrote: >>> ardware is present the driver initializes >>> successfully and throws errors later on, i.e. effectively the >>> automatic probing doesn't

Re: [Qemu-devel] [PATCH] audio: don't use alsa by default

2019-02-19 Thread Daniel P . Berrangé
On Tue, Feb 19, 2019 at 11:39:49AM +0100, David Hildenbrand wrote: > On 19.02.19 11:15, Gerd Hoffmann wrote: > > ardware is present the driver initializes > > successfully and throws errors later on, i.e. effectively the > > automatic probing doesn't work. So the driver should not be > > used by d

Re: [Qemu-devel] [PATCH] audio: don't use alsa by default

2019-02-19 Thread Daniel P . Berrangé
On Tue, Feb 19, 2019 at 11:15:10AM +0100, Gerd Hoffmann wrote: > In case no sound hardware is present the driver initializes > successfully and throws errors later on, i.e. effectively the > automatic probing doesn't work. So the driver should not be > used by default (until that is fixed). Drop

Re: [Qemu-devel] [PATCH] audio: don't use alsa by default

2019-02-19 Thread David Hildenbrand
On 19.02.19 11:15, Gerd Hoffmann wrote: > ardware is present the driver initializes > successfully and throws errors later on, i.e. effectively the > automatic probing doesn't work. So the driver should not be > used by default (until that is fixed). Drop the can_be_default > flag. > > Explicitl

[Qemu-devel] [PATCH] audio: don't use alsa by default

2019-02-19 Thread Gerd Hoffmann
In case no sound hardware is present the driver initializes successfully and throws errors later on, i.e. effectively the automatic probing doesn't work. So the driver should not be used by default (until that is fixed). Drop the can_be_default flag. Explicitly picking the alsa driver (using QEM