]> git.proxmox.com Git - mirror_qemu.git/blobdiff - configure
spapr_pci: Add and export DMA resetting helper
[mirror_qemu.git] / configure
index b5aab7257b338fd0d1ad0125d585494aaa0193ef..6d01d968b8d614a1ca3b7328f6a4d086e152fa88 100755 (executable)
--- a/configure
+++ b/configure
@@ -2813,8 +2813,8 @@ for drv in $audio_drv_list; do
     ;;
 
     pa)
-    audio_drv_probe $drv pulse/mainloop.h "-lpulse" \
-        "pa_mainloop *m = 0; pa_mainloop_free (m); return 0;"
+    audio_drv_probe $drv pulse/pulseaudio.h "-lpulse" \
+        "pa_context_set_source_output_volume(NULL, 0, NULL, NULL, NULL); return 0;"
     libs_softmmu="-lpulse $libs_softmmu"
     audio_pt_int="yes"
     ;;