12 Mar
2013
12 Mar
'13
5:11 p.m.
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@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