make implementation of module-alsa-card complete

This commit is contained in:
Lennart Poettering 2009-01-21 02:02:30 +01:00
parent 7ca0e00a2c
commit e8f93b125e
7 changed files with 114 additions and 27 deletions

View file

@ -106,7 +106,7 @@ int pa__init(pa_module*m) {
goto fail;
}
if (!(m->userdata = pa_alsa_source_new(m, ma, NULL)))
if (!(m->userdata = pa_alsa_source_new(m, ma, __FILE__, NULL, NULL)))
goto fail;
pa_modargs_free(ma);