mixer/{oss,alsa}: renamed the mixer source files
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user