mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -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
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include "alsa-util.h"
|
||||
|
||||
pa_source* pa_alsa_source_new(pa_module *m, pa_modargs *ma, const pa_alsa_profile_info *profile);
|
||||
pa_source* pa_alsa_source_new(pa_module *m, pa_modargs *ma, const char*driver, pa_card *card, const pa_alsa_profile_info *profile);
|
||||
|
||||
void pa_alsa_source_free(pa_source *s);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue