Searched refs:SND_SetChannelTimer (Results 1 – 5 of 5) sorted by relevance
145 SND_SetChannelTimer(1 << PCM_PLAY_CHANNEL1, in NitroMain()147 SND_SetChannelTimer((1 << PSG_PLAY_CHANNEL) | (1 << NOISE_PLAY_CHANNEL), in NitroMain()156 SND_SetChannelTimer(1 << PCM_PLAY_CHANNEL1, in NitroMain()158 SND_SetChannelTimer((1 << PSG_PLAY_CHANNEL) | (1 << NOISE_PLAY_CHANNEL), in NitroMain()
243 void SND_SetChannelTimer(int chNo, int timer);
103 void SND_SetChannelTimer(u32 chBitMask, int timer);
300 void SND_SetChannelTimer(u32 chBitMask, int timer) in SND_SetChannelTimer() function
1037 SND_SetChannelTimer(ch, timer); in SetChannelTimer()