aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer_list.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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