mixer/Pulse: convert to a class

This commit is contained in:
Max Kellermann
2013-04-16 20:47:55 +02:00
parent bc1b4131cb
commit 9f625b0a0d
5 changed files with 30 additions and 34 deletions

View File

@@ -49,13 +49,13 @@ pulse_output_unlock(G_GNUC_UNUSED PulseOutput *po)
void
pulse_output_set_mixer(G_GNUC_UNUSED PulseOutput *po,
G_GNUC_UNUSED struct pulse_mixer *pm)
G_GNUC_UNUSED PulseMixer *pm)
{
}
void
pulse_output_clear_mixer(G_GNUC_UNUSED PulseOutput *po,
G_GNUC_UNUSED struct pulse_mixer *pm)
G_GNUC_UNUSED PulseMixer *pm)
{
}