|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "config.h"#include <wine/port.h>#include <assert.h>#include <stdarg.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "winuser.h"#include "winnls.h"#include "mmsystem.h"#include "mmreg.h"#include "msacm.h"#include "msacmdrv.h"#include "wine/library.h"#include "wine/debug.h"
Go to the source code of this file.
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (gsm) | |
| static LRESULT | GSM_drvFree (void) |
| static LRESULT | GSM_DriverDetails (PACMDRIVERDETAILSW add) |
| static BOOL | GSM_FormatValidate (const WAVEFORMATEX *wfx) |
| static LRESULT | GSM_FormatTagDetails (PACMFORMATTAGDETAILSW aftd, DWORD dwQuery) |
| static LRESULT | GSM_FormatDetails (PACMFORMATDETAILSW afd, DWORD dwQuery) |
| static LRESULT | GSM_FormatSuggest (PACMDRVFORMATSUGGEST adfs) |
| LRESULT CALLBACK | GSM_DriverProc (DWORD_PTR dwDevID, HDRVR hDriv, UINT wMsg, LPARAM dwParam1, LPARAM dwParam2) |
Variables | |
| static const DWORD | gsm_rates [] = { 8000, 11025, 22050, 44100, 48000, 96000 } |
|
static |
Definition at line 114 of file msgsm32.c.
Referenced by GSM_DriverProc().
| LRESULT CALLBACK GSM_DriverProc | ( | DWORD_PTR | dwDevID, |
| HDRVR | hDriv, | ||
| UINT | wMsg, | ||
| LPARAM | dwParam1, | ||
| LPARAM | dwParam2 | ||
| ) |
Definition at line 572 of file msgsm32.c.
|
static |
Definition at line 260 of file msgsm32.c.
Referenced by GSM_DriverProc().
|
static |
Definition at line 308 of file msgsm32.c.
Referenced by GSM_DriverProc().
|
static |
Definition at line 207 of file msgsm32.c.
Referenced by GSM_DriverProc().
|
static |
Definition at line 140 of file msgsm32.c.
Referenced by GSM_FormatDetails(), and GSM_FormatSuggest().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | gsm | ) |
Definition at line 201 of file msgsm32.c.
Referenced by GSM_FormatDetails(), and GSM_FormatTagDetails().