代码搜索结果
找到约 10,000 项符合
Audio 的代码
audio.c
/*
* sound/audio.c
*
* Device file manager for /dev/audio
*/
/*
* Copyright (C) by Hannu Savolainen 1993-1997
*
* OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL)
readme.audio
$Id: README.audio,v 1.8 1999/07/11 17:17:29 armin Exp $
ISDN subsystem for Linux.
Description of audio mode.
When enabled during kernel configuration, the tty emulator of the ISDN
subsystem is cap
audio.h
enum
{
Bufsize = 1024, /* 5.8 ms each, must be power of two */
Nbuf = 128, /* .74 seconds total */
Dma = 6,
IrqAUDIO = 7,
SBswab = 0,
};
#define seteisadma(a, b) dmainit(a, Bufsize);
#define C
audio.h
enum
{
Bufsize = 16*1024, /* 92 ms each */
Nbuf = 16, /* 1.5 seconds total */
Dma = 5,
IrqAUDIO = 5,
SBswab = 0,
};
#define seteisadma(a, b) dmainit(a, Bufsize);
#define CACHELINESZ 128
#d
audio.h
/******************************************************************************
**
** COPYRIGHT (C) 2000, 2001 Intel Corporation.
**
** This software as well as the software described in it is f
audio.h
#undef CONFIG_MCP_UCB1200_AUDIO
audio.h
#undef CONFIG_USB_AUDIO
readme.audio
$Id: README.audio,v 1.1.4.1 2001/11/20 14:19:33 kai Exp $
ISDN subsystem for Linux.
Description of audio mode.
When enabled during kernel configuration, the tty emulator of the ISDN
subsystem is c
audio.c
//AUDIO INTERFACE
#include "config.h"
#include "aud_drv.h"
void SetAUDCLK(uchar AUCD)
{AUDCLK=AUCD;}
void SetAUDCON(bit HLR,bit DSIZ,bit POL,uchar JUST,bit SRC)
{if(HLR) AUDCON0=AUDCON0
audio.h
/*----------------------------------------------------------------------------
* U S B - K e r n e l
*----------------------------------------------------------------------------
* N