mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
fix build without ALSA
This commit is contained in:
parent
d757dc7ff4
commit
a5a7b79938
1 changed files with 2 additions and 0 deletions
|
|
@ -789,7 +789,9 @@ int pa__init(pa_module*m) {
|
||||||
u->connection = conn;
|
u->connection = conn;
|
||||||
u->devices = pa_hashmap_new(pa_idxset_string_hash_func, pa_idxset_string_compare_func);
|
u->devices = pa_hashmap_new(pa_idxset_string_hash_func, pa_idxset_string_compare_func);
|
||||||
u->capability = api;
|
u->capability = api;
|
||||||
|
#ifdef HAVE_ALSA
|
||||||
u->use_tsched = use_tsched;
|
u->use_tsched = use_tsched;
|
||||||
|
#endif
|
||||||
m->userdata = u;
|
m->userdata = u;
|
||||||
|
|
||||||
#ifdef HAVE_ALSA
|
#ifdef HAVE_ALSA
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue