sound_if.c
资源名称:8202s.rar [点击查看]
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:0k
源码类别:
DVD
开发平台:
C/C++
- #include "global.h"
- #include "osd.h"
- #include "func.h"
- #include "ircmd.h"
- #include "memmap.h"
- #include "dsp3_if.h"
- #include "stdlib.h"
- #include "cchar.h"
- #define MAX_PAGE_ITEM 4
- extern UINT8 sound_sel[MAX_PAGE_ITEM];
- #ifdef SUPPORT_3DSOUND
- BYTE soundGetSurroundType()
- {
- BYTE iVal = 0;
- iVal = sound_sel[0] - 2;
- return iVal;
- }
- #else
- BYTE soundGetSurroundType() {return 0;}
- #endif