role-cork: prepare merge with role-ducking: replace "cork" with "interact" where appropriate

Again, interact includes cork and duck.
This commit is contained in:
Georg Chini 2015-03-26 21:54:22 +01:00 committed by Tanu Kaskinen
parent f12102857a
commit c03cf89b33
3 changed files with 45 additions and 45 deletions

View file

@ -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);
}