代码搜索:Sound

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

代码结果 10,000
www.eeworm.com/read/186672/5230486

h 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 without *
www.eeworm.com/read/186672/5230495

c sound_timer.c

/* * sound/sound_timer.c * * Timer for the level 2 interface of the /dev/sequencer. Uses the * 80 and 320 usec timers of OPL-3 (PAS16 only) and GUS. * * Copyright by Hannu Savolainen 1993 * *
www.eeworm.com/read/186672/5230508

c 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, are permitted
www.eeworm.com/read/179911/5295266

h 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
www.eeworm.com/read/179911/5295310

h 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
www.eeworm.com/read/179911/5295312

c 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
www.eeworm.com/read/179911/5295366

c 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
www.eeworm.com/read/179911/5295369

h sound_firmware.h

extern int mod_firmware_load(const char *fn, char **fp);
www.eeworm.com/read/179911/5295375

c sound_firmware.c

#include "os.h" #define __KERNEL_SYSCALLS__ #include #include #include #include #include #include static i
www.eeworm.com/read/179911/5295386

c 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 *