X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fpulseaudio.c;h=e5ffb59e87e217adfa32a40498b0c774521f4c88;hp=60051557738e5d077ed55d28339cbbcc4da1fd9e;hb=deb18d24e522ab1d9860ffa5730559e3e6a6aa5d;hpb=ef79bbde537d6b9c745a7d86cb9df1d04c35590d diff --git a/plugins/dfsound/pulseaudio.c b/plugins/dfsound/pulseaudio.c index 60051557..e5ffb59e 100644 --- a/plugins/dfsound/pulseaudio.c +++ b/plugins/dfsound/pulseaudio.c @@ -195,10 +195,7 @@ void SetupSound (void) // Set sample spec //////////////////////////////////////////////////////// device.spec.format = PA_SAMPLE_S16NE; - if (iDisStereo) - device.spec.channels = 1; - else - device.spec.channels = 2; + device.spec.channels = 2; device.spec.rate = settings.frequency; pa_buffer_attr buffer_attributes;