diff options
Diffstat (limited to 'test/read_mixer.c')
-rw-r--r-- | test/read_mixer.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/read_mixer.c b/test/read_mixer.c index 6512e2e94..6d7ec3458 100644 --- a/test/read_mixer.c +++ b/test/read_mixer.c @@ -34,6 +34,16 @@ #include "output/pulse_output_plugin.h" void +pulse_output_lock(G_GNUC_UNUSED struct pulse_output *po) +{ +} + +void +pulse_output_unlock(G_GNUC_UNUSED struct pulse_output *po) +{ +} + +void pulse_output_set_mixer(G_GNUC_UNUSED struct pulse_output *po, G_GNUC_UNUSED struct pulse_mixer *pm) { |