代码搜索:Sound
找到约 10,000 项符合「Sound」的源代码
代码结果 10,000
www.eeworm.com/read/101084/15853083
c mp-esd.c
/* Sound playback with ESD. */
#include
#include
#include
/* Plays a sound with the Enlightened Sound Daemon (ESD).
Returns 0 on successful playback, nonzero on error
www.eeworm.com/read/100851/15863682
h dsapi.h
/*==========================================================================
*
* Copyright (C) 1995 Microsoft Corporation. All Rights Reserved.
* Source : DSstream.h
* File : DsApi.h
* E
www.eeworm.com/read/385343/8808527
h key.h
#define NO_KEY 0
#define ADD_ADMINISTRATORS_KEY 1
#define DEL_ADMINISTRATORS_KEY 2
#define ADD_USE_KEY 3
#define DEL_USE_KEY 4
#define SEARCH_KEY 5
www.eeworm.com/read/312733/13605791
c beep_test.c
int sound_flag = 0;
int sound_time = 0;
void beep_test(void)
{
int i,k;
*(volatile unsigned int *)(0x1000c010) = 0X000013ff;
//*(volatile unsigned long *)(0x1000c014) = 0xffff;
for(
www.eeworm.com/read/312733/13605811
bak beep_test.c.bak
int sound_flag = 0;
int sound_time = 0;
void beep_test(void)
{
int i, k;
// *(volatile unsigned int *)(0x1000c010) = 0X000013fa;
// *(volatile unsigned int *)(0x1000c010) = 0X181a
www.eeworm.com/read/312506/13610830
c interrupt.c
#include "interrupt.h"
#include
extern unsigned char uart0_reset_count;
void timer0_ovf_isr(void)
{
TCNT0 = 0xB2; //reload counter value
timeup++;
//--------------------
www.eeworm.com/read/147766/5724281
in config.in
# drivers/sound/dmasound/Config.in
if [ "$CONFIG_ATARI" = "y" ]; then
dep_tristate ' Atari DMA sound support' CONFIG_DMASOUND_ATARI $CONFIG_SOUND
fi
if [ "$CONFIG_ALL_PPC" = "y" ]; then
dep_tr
www.eeworm.com/read/136786/5864999
in config.in
# drivers/sound/dmasound/Config.in
if [ "$CONFIG_ATARI" = "y" ]; then
dep_tristate ' Atari DMA sound support' CONFIG_DMASOUND_ATARI $CONFIG_SOUND
fi
if [ "$CONFIG_ALL_PPC" = "y" ]; then
dep_tr
www.eeworm.com/read/128531/5986953
in config.in
# drivers/sound/dmasound/Config.in
if [ "$CONFIG_ATARI" = "y" ]; then
dep_tristate ' Atari DMA sound support' CONFIG_DMASOUND_ATARI $CONFIG_SOUND
fi
if [ "$CONFIG_ALL_PPC" = "y" ]; then
dep_tr
www.eeworm.com/read/127781/5998152
in config.in
# drivers/sound/dmasound/Config.in
if [ "$CONFIG_ATARI" = "y" ]; then
dep_tristate ' Atari DMA sound support' CONFIG_DMASOUND_ATARI $CONFIG_SOUND
fi
if [ "$CONFIG_ALL_PPC" = "y" ]; then
dep_tr