Re: [Qemu-devel] [PATCH v2] audio: don't build alsa and sdl by default on linux

2019-02-19 Thread David Hildenbrand
On 19.02.19 13:42, Gerd Hoffmann wrote: > In case no sound hardware is present both alsa and sdl drivers > initialize successfully and throw errors later on, i.e. effectively > the automatic probing doesn't work. Drop them from the list of > default audio drivers for linux because of that. > > Fi

Re: [Qemu-devel] [PATCH v2] audio: don't build alsa and sdl by default on linux

2019-02-19 Thread Daniel P . Berrangé
On Tue, Feb 19, 2019 at 01:42:57PM +0100, Gerd Hoffmann wrote: > In case no sound hardware is present both alsa and sdl drivers > initialize successfully and throw errors later on, i.e. effectively > the automatic probing doesn't work. Drop them from the list of > default audio drivers for linux b