mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa: add SPA_EXPORT
This commit is contained in:
parent
ea1f9e18f7
commit
ddd753cfc5
1 changed files with 2 additions and 0 deletions
|
|
@ -889,6 +889,7 @@ static int snd_pcm_pipewire_open(snd_pcm_t **pcmp, const char *name,
|
|||
}
|
||||
|
||||
|
||||
SPA_EXPORT
|
||||
SND_PCM_PLUGIN_DEFINE_FUNC(pipewire)
|
||||
{
|
||||
snd_config_iterator_t i, next;
|
||||
|
|
@ -938,4 +939,5 @@ SND_PCM_PLUGIN_DEFINE_FUNC(pipewire)
|
|||
return err;
|
||||
}
|
||||
|
||||
SPA_EXPORT
|
||||
SND_PCM_PLUGIN_SYMBOL(pipewire);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue