mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
role-cork: prepare merge with role-ducking: replace "cork" with "interact" where appropriate
Again, interact includes cork and duck.
This commit is contained in:
parent
f12102857a
commit
c03cf89b33
3 changed files with 45 additions and 45 deletions
|
|
@ -47,12 +47,12 @@ int pa__init(pa_module *m) {
|
|||
|
||||
pa_assert(m);
|
||||
|
||||
return pa_cork_init(m, valid_modargs);
|
||||
return pa_stream_interaction_init(m, valid_modargs);
|
||||
}
|
||||
|
||||
void pa__done(pa_module *m) {
|
||||
|
||||
pa_assert(m);
|
||||
|
||||
pa_cork_done(m);
|
||||
pa_stream_interaction_done(m);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue