Home
last modified time | relevance | path

Searched refs:chcnt (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dfade.c214 size_t chcnt = 0; in sox_fade_flow() local
268 chcnt++; in sox_fade_flow()
269 if (chcnt >= effp->in_signal.channels) in sox_fade_flow()
271 chcnt = 0; in sox_fade_flow()
/OK3568_Linux_fs/kernel/sound/pci/ali5451/
H A Dali5451.c199 unsigned int chcnt; /* num of opened channels */ member
519 if (codec->synth.chcnt >= ALI_CHANNELS){ in snd_ali_alloc_pcm_channel()
527 codec->synth.chcnt++; in snd_ali_alloc_pcm_channel()
599 codec->synth.chcnt--; in snd_ali_free_channel_pcm()
2102 codec->synth.chcnt = 0; in snd_ali_create()