From: Lennart Poettering Date: Thu, 31 Jul 2008 22:54:53 +0000 (+0300) Subject: fix build without ALSA X-Git-Tag: v0.9.12~54^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5a7b79938c14d3ca89da52e3d25d276bbbafc7b;p=platform%2Fupstream%2Fpulseaudio.git fix build without ALSA --- diff --git a/src/modules/module-hal-detect.c b/src/modules/module-hal-detect.c index b2f97a107..bfabd91a7 100644 --- a/src/modules/module-hal-detect.c +++ b/src/modules/module-hal-detect.c @@ -789,7 +789,9 @@ int pa__init(pa_module*m) { u->connection = conn; u->devices = pa_hashmap_new(pa_idxset_string_hash_func, pa_idxset_string_compare_func); u->capability = api; +#ifdef HAVE_ALSA u->use_tsched = use_tsched; +#endif m->userdata = u; #ifdef HAVE_ALSA