mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
make implementation of module-alsa-card complete
This commit is contained in:
parent
7ca0e00a2c
commit
e8f93b125e
7 changed files with 114 additions and 27 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue