From e5644f52a124e136027a0bc4c2359579b3ded432 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 22 May 2010 00:35:12 +0000 Subject: PA_SAMPLE_S16NE instead of PA_SAMPLE_S16LE. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48454 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfsound/pulseaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/dfsound/pulseaudio.c b/plugins/dfsound/pulseaudio.c index db0fed71..60051557 100644 --- a/plugins/dfsound/pulseaudio.c +++ b/plugins/dfsound/pulseaudio.c @@ -194,7 +194,7 @@ void SetupSound (void) } // Set sample spec //////////////////////////////////////////////////////// - device.spec.format = PA_SAMPLE_S16LE; + device.spec.format = PA_SAMPLE_S16NE; if (iDisStereo) device.spec.channels = 1; else -- cgit v1.2.3