mixer/{oss,alsa}: renamed the mixer source files

This commit is contained in:
Max Kellermann
2009-10-20 21:23:05 +02:00
parent bd28caed3c
commit 097e200a97
7 changed files with 17 additions and 15 deletions

View File

@@ -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;