代码搜索结果

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

audio.c

/* * Copyright (C) 2004 Nathan Lutchansky * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as p

audio.c

#include "hal.h" #include "CC2430DB.h" void main() { DISABLE_ALL_INTERRUPTS(); SET_MAIN_CLOCK_SOURCE(CRYSTAL); P0SEL=0x00; P1SEL=0x00; IO_DIR_PORT_PIN(0, 0, IO_IN); IO_ADC

audio.h

#define USB_DT_CS_DEVICE 0x21 #define USB_DT_CS_CONFIG 0x22 #define USB_DT_CS_STRING 0x23 #define USB_DT_CS_INTERFACE 0x24 #define USB_DT_CS_EN

audio.c

/*****************************************************************************/ /* * audio.c -- USB Audio Class driver * * Copyright (C) 1999, 2000, 2001 * Alan Cox (alan@lxorguk.ukuu.org.u

audio.c

/* * Linux audio play and grab interface * Copyright (c) 2000, 2001 Fabrice Bellard. * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify