代码搜索结果
找到约 10,000 项符合
Sound 的代码
core_sound.cpp
/**************************************************
WinMain.cpp
GameCore Component
**************************************************/
#include "Core_Global.h"
///////////////////////////
core_sound.h
/**************************************************
WinMain.cpp
GameCore Component
**************************************************/
#ifndef _CORE_SOUND_H_
#define _CORE_SOUND_H_
// Ma
sound_calls.h
/*
* DMA buffer calls
*/
int DMAbuf_open(int dev, int mode);
int DMAbuf_release(int dev, int mode);
int DMAbuf_read (int dev, snd_rw_buf *user_buf, int count);
int DMAbuf_getwrbuffer(int dev
sound_config.h
/* sound_config.h
*
* A driver for Soundcards, misc configuration parameters.
*
*
* Copyright by Hannu Savolainen 1993
*
* Redistribution and use in source and binary forms, with or wit
sound_switch.c
/*
* sound/sound_switch.c
*
* The system call switch
*
* Copyright by Hannu Savolainen 1993
*
* Redistribution and use in source and binary forms, with or without
* modification, ar