All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Weil <sw@weilnetz.de>
To: Anthony Liguori <aliguori@us.ibm.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] alsa: fix configure detection of alsa
Date: Fri, 20 Jul 2012 23:29:21 +0200	[thread overview]
Message-ID: <5009CDB1.2050204@weilnetz.de> (raw)
In-Reply-To: <1342818861-2245-1-git-send-email-aliguori@us.ibm.com>

Am 20.07.2012 23:14, schrieb Anthony Liguori:
> Handle is uninitialized which causes the configure check to fail.
>
> Cc: malc<av1474@comtv.ru>
> Signed-off-by: Anthony Liguori<aliguori@us.ibm.com>
> ---
>   configure |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure b/configure
> index cef0a71..8335117 100755
> --- a/configure
> +++ b/configure
> @@ -1888,7 +1888,7 @@ for drv in $audio_drv_list; do
>       case $drv in
>       alsa)
>       audio_drv_probe $drv alsa/asoundlib.h -lasound \
> -        "snd_pcm_t **handle; return snd_pcm_close(*handle);"
> +        "snd_pcm_t **handle = NULL; return snd_pcm_close(*handle);"
>       libs_softmmu="-lasound $libs_softmmu"
>       ;;
>
>    

See also http://patchwork.ozlabs.org/patch/171066/

Regards,

Stefan W.

  reply	other threads:[~2012-07-20 21:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-20 21:14 [Qemu-devel] [PATCH] alsa: fix configure detection of alsa Anthony Liguori
2012-07-20 21:29 ` Stefan Weil [this message]
2012-07-20 21:32 ` malc
2012-07-21  9:00 ` Peter Maydell

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=5009CDB1.2050204@weilnetz.de \
    --to=sw@weilnetz.de \
    --cc=aliguori@us.ibm.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.