aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer_list.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-20 21:05:11 +0200
committerMax Kellermann <max@duempel.org>2009-10-20 21:05:11 +0200
commitbc4266bef8b4997332de706be28904d8b8f7d593 (patch)
treed613262e3d780497a412bdf83c928665c554b293 /src/mixer_list.h
parentbc629c8a3e5f90c827cc3ad2d896d2d0737e3d62 (diff)
downloadmpd-bc4266bef8b4997332de706be28904d8b8f7d593.tar.gz
mpd-bc4266bef8b4997332de706be28904d8b8f7d593.tar.xz
mpd-bc4266bef8b4997332de706be28904d8b8f7d593.zip
pulse: renamed source files
Diffstat (limited to 'src/mixer_list.h')
-rw-r--r--src/mixer_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer_list.h b/src/mixer_list.h
index 4e81c57b2..916e3738c 100644
--- a/src/mixer_list.h
+++ b/src/mixer_list.h
@@ -28,6 +28,6 @@
extern const struct mixer_plugin software_mixer_plugin;
extern const struct mixer_plugin alsa_mixer;
extern const struct mixer_plugin oss_mixer;
-extern const struct mixer_plugin pulse_mixer;
+extern const struct mixer_plugin pulse_mixer_plugin;
#endif