]> git.proxmox.com Git - mirror_qemu.git/commit
audio: probe audio drivers by default
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 24 Jan 2019 11:20:55 +0000 (12:20 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 24 Jan 2019 12:11:08 +0000 (13:11 +0100)
commit6a48541873f14b597630283f8f5397674ad82ea9
treeae7913cedc0f0ccc4ae76345d835466ac982aa19
parentfb37ce92c8261d30e44760a12ede39957ddb59aa
audio: probe audio drivers by default

Add the drivers listed in audio_possible_drivers to audio_drv_list,
using the try-* variants.  That way the probable drivers are compiled by
default if possible.

Additioal tweaks:
  linux: reorder to: pa alsa sdl oss.
  *bsd: drop pa.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20190124112055.547-7-kraxel@redhat.com
configure