qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Sander Eikelenboom <linux@eikelenboom.it>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Cc: Sander Eikelenboom <linux@eikelenboom.it>
Subject: [Qemu-devel] [PATCH] Nowadays alsa and pulseaudio are most often the default soundsystem. When the headerfiles are found, enable the build of the alsa and pulseaudio audio driver for the default targetos.
Date: Thu,  1 May 2014 12:56:04 +0200	[thread overview]
Message-ID: <1398941765-6593-1-git-send-email-linux@eikelenboom.it> (raw)

Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it>
---
 configure |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/configure b/configure
index 2fbec59..de87d38 100755
--- a/configure
+++ b/configure
@@ -637,6 +637,12 @@ Haiku)
 ;;
 *)
   audio_drv_list="oss"
+  if test -f /usr/include/sys/asoundlib.h ; then
+    audio_drv_list="$audio_drv_list alsa"
+  fi
+  if test -f /usr/include/pulse/pulseaudio.h ; then
+    audio_drv_list="$audio_drv_list pa"
+  fi
   audio_possible_drivers="oss alsa sdl esd pa"
   linux="yes"
   linux_user="yes"
-- 
1.7.10.4

             reply	other threads:[~2014-05-01 10:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-01 10:56 Sander Eikelenboom [this message]
2014-05-01 11:06 ` [Qemu-devel] [PATCH] Nowadays alsa and pulseaudio are most often the default soundsystem. When the headerfiles are found, enable the build of the alsa and pulseaudio audio driver for the default targetos Peter Maydell
2014-05-01 12:56   ` Sander Eikelenboom
2014-05-01 13:06     ` Peter Maydell
2014-05-01 13:16       ` Sander Eikelenboom
2014-05-01 12:07 ` Eric Blake

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1398941765-6593-1-git-send-email-linux@eikelenboom.it \
    --to=linux@eikelenboom.it \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).