aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-20 21:23:05 +0200
committerMax Kellermann <max@duempel.org>2009-10-20 21:23:05 +0200
commit097e200a97dfda0844c93f53f1c0a1e6f5d07201 (patch)
tree958b079c42f9e4b80d65451794755c8aa4b76970 /test
parentbd28caed3c650101ee4d19b9b0d985609f1a97cf (diff)
downloadmpd-097e200a97dfda0844c93f53f1c0a1e6f5d07201.tar.gz
mpd-097e200a97dfda0844c93f53f1c0a1e6f5d07201.tar.xz
mpd-097e200a97dfda0844c93f53f1c0a1e6f5d07201.zip
mixer/{oss,alsa}: renamed the mixer source files
Diffstat (limited to 'test')
-rw-r--r--test/read_mixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/read_mixer.c b/test/read_mixer.c
index bbfb23687..0e814f4ba 100644
--- a/test/read_mixer.c
+++ b/test/read_mixer.c
@@ -57,7 +57,7 @@ int main(int argc, G_GNUC_UNUSED char **argv)
g_thread_init(NULL);
- mixer = mixer_new(&alsa_mixer, NULL);
+ mixer = mixer_new(&alsa_mixer_plugin, NULL);
if (mixer == NULL) {
g_printerr("mixer_new() failed\n");
return 2;