From 31955c3f8f0bcedc4146d100dcaefbda59b26394 Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Mon, 17 Mar 2008 10:32:04 -0400 Subject: [PATCH] Add dmix plugin in GTK config window --- src/managerimpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/managerimpl.cpp b/src/managerimpl.cpp index 39a180250d..6a213943f1 100644 --- a/src/managerimpl.cpp +++ b/src/managerimpl.cpp @@ -1246,6 +1246,7 @@ ManagerImpl::getOutputAudioPluginList(void) v.push_back( PCM_DEFAULT ); v.push_back( PCM_PLUGHW ); + v.push_back( PCM_DMIX ); return v; } -- GitLab