代码搜索结果

找到约 10,000 项符合 Sound 的代码

tl_sound.h

/* ** thinlib (c) 2000 Matthew Conte (matt@conte.com) ** ** ** This program is free software; you can redistribute it and/or ** modify it under the terms of version 2 of the GNU Library General ** Pu

tl_sound.c

/* ** thinlib (c) 2000 Matthew Conte (matt@conte.com) ** ** ** This program is free software; you can redistribute it and/or ** modify it under the terms of version 2 of the GNU Library General ** Pu

sound_calls.h

/* * DMA buffer calls */ int DMAbuf_open(int dev, int mode); int DMAbuf_release(int dev, int mode); int DMAbuf_getwrbuffer(int dev, char **buf, int *size, int dontblock); int DMAbuf_getrdbuffer(int

sound_config.h

/* sound_config.h * * A driver for sound cards, misc. configuration parameters. */ /* * Copyright (C) by Hannu Savolainen 1993-1997 * * OSS/Free for Linux is distributed under the GNU GENERAL PU

sound_syms.c

/* * The sound core exports the following symbols to the rest of * modulespace. * * (C) Copyright 1997 Alan Cox, Licensed under the GNU GPL * * Thu May 27 1999 Andrew J. Kroll

sound_timer.c

/* * sound/sound_timer.c */ /* * Copyright (C) by Hannu Savolainen 1993-1997 * * OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL) * Version 2 (June 1991). See the "CO

sound_firmware.h

extern int mod_firmware_load(const char *fn, char **fp);

sound_firmware.c

#include "os.h" #define __KERNEL_SYSCALLS__ #include #include #include #include #include #include #ifdef O

sound_core.c

/* * Sound core handling. Breaks out sound functions to submodules * * Author: Alan Cox * * Fixes: * * * This program is free software; you can redistribute it and/or *

i_sound.h

// Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // // $Id:$ // // Copyright (C) 1993-1996 by id Software, Inc. // // Th