[alsa-devel] [PATCH] hda-emu: Fix typo in HAVE_COMMON_PREPARE

Takashi Iwai tiwai at suse.de
Tue Mar 12 16:11:48 CET 2013


At Tue, 12 Mar 2013 15:58:44 +0100,
David Henningsson wrote:
> 
> This typo caused snd_hda_codec_prepare never to be executed by hda-emu.
> 
> Signed-off-by: David Henningsson <david.henningsson at canonical.com>

Thanks, applied.


Takashi

> ---
>  configure.ac |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 4b20f50..01a3a16 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -501,7 +501,7 @@ if grep -q snd_hda_codec_prepare hda/hda_codec.h; then
>  else
>    AC_MSG_RESULT(no)
>  fi
> -if test "$HAVE_COMMON_PREAPRE" = "yes"; then
> +if test "$HAVE_COMMON_PREPARE" = "yes"; then
>    AC_DEFINE(HAVE_COMMON_PREPARE)
>  fi
>  
> -- 
> 1.7.9.5
> 


More information about the Alsa-devel mailing list