aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/read_mixer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/read_mixer.cxx b/test/read_mixer.cxx
index 4849b7a8c..a2071c4bf 100644
--- a/test/read_mixer.cxx
+++ b/test/read_mixer.cxx
@@ -116,7 +116,7 @@ int main(int argc, gcc_unused char **argv)
EventLoop event_loop;
Error error;
- Mixer *mixer = mixer_new(event_loop, &alsa_mixer_plugin, nullptr,
+ Mixer *mixer = mixer_new(event_loop, alsa_mixer_plugin, nullptr,
config_param(), error);
if (mixer == NULL) {
LogError(error, "mixer_new() failed");