diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-06-19 08:23:44 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-06-19 08:23:44 +0000 |
| commit | d84867075fd9e3494ceca991affc4d0388ae1964 (patch) | |
| tree | ebd0d2b17bc675bc21b94e543789013dcdf5aa48 /plugins/dfsound/oss.c | |
| parent | f5356b547582a16837050dc0e726893e9132b46d (diff) | |
| download | pcsxr-d84867075fd9e3494ceca991affc4d0388ae1964.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23747 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfsound/oss.c')
| -rw-r--r-- | plugins/dfsound/oss.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/dfsound/oss.c b/plugins/dfsound/oss.c index 59c34d74..2407053c 100644 --- a/plugins/dfsound/oss.c +++ b/plugins/dfsound/oss.c @@ -27,8 +27,11 @@ // oss globals //////////////////////////////////////////////////////////////////////// -#define OSS_MEM_DEF -#include "oss.h" +#define OSS_MODE_STEREO 1 +#define OSS_MODE_MONO 0 + +#define OSS_SPEED_44100 44100 + static int oss_audio_fd = -1; extern int errno; |
