[alsa-devel] [PATCH] hda-emu: Fix typo in HAVE_COMMON_PREPARE
David Henningsson
david.henningsson at canonical.com
Tue Mar 12 15:58:44 CET 2013
This typo caused snd_hda_codec_prepare never to be executed by hda-emu.
Signed-off-by: David Henningsson <david.henningsson at canonical.com>
---
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