pulse: renamed source files

This commit is contained in:
Max Kellermann
2009-10-20 21:05:11 +02:00
parent bc629c8a3e
commit bc4266bef8
5 changed files with 12 additions and 10 deletions

View File

@@ -206,7 +206,7 @@ static struct mixer *
pulse_mixer_init(const struct config_param *param)
{
struct pulse_mixer *pm = g_new(struct pulse_mixer,1);
mixer_init(&pm->base, &pulse_mixer);
mixer_init(&pm->base, &pulse_mixer_plugin);
pm->online = false;
@@ -372,7 +372,7 @@ pulse_mixer_set_volume(struct mixer *mixer, unsigned volume)
return true;
}
const struct mixer_plugin pulse_mixer = {
const struct mixer_plugin pulse_mixer_plugin = {
.init = pulse_mixer_init,
.finish = pulse_mixer_finish,
.open = pulse_mixer_open,