Index: plugins/ADM_audioDevices/Alsa/ADM_deviceALSA.cpp =================================================================== --- plugins/ADM_audioDevices/Alsa/ADM_deviceALSA.cpp (revision 5368) +++ plugins/ADM_audioDevices/Alsa/ADM_deviceALSA.cpp (working copy) @@ -61,7 +61,7 @@ static char *pcm_name; // if( prefs->get(DEVICE_AUDIO_ALSA_DEVICE, &pcm_name) != RC_OK ) - pcm_name = ADM_strdup("dmix"); + pcm_name = ADM_strdup("default"); printf("[Alsa] Using device :%s\n",pcm_name); /* Allocate the snd_pcm_hw_params_t structure on the stack. */ snd_pcm_hw_params_alloca(&hwparams); Index: avidemux/ADM_libraries/ADM_utilities/prefs.cpp =================================================================== --- avidemux/ADM_libraries/ADM_utilities/prefs.cpp 2009-10-06 17:35:33.966030764 +0200 +++ avidemux/ADM_libraries/ADM_utilities/prefs.cpp.orig 2009-10-06 17:35:15.232733289 +0200 @@ -99,7 +99,7 @@ #else {"device.audiodevice", STRING,"ALSA", NULL, NULL, NULL }, #endif - {"device.audio.alsa_device", STRING,"dmix", NULL, NULL, NULL }, + {"device.audio.alsa_device", STRING,"default", NULL, NULL, NULL }, {"device.videodevice", UINT, "0", NULL, "0", "10" }, {"default.postproc_type", UINT, "3", NULL, "0", "7" }, {"default.postproc_value", UINT, "3", NULL, "0", "5" },