Searched refs:chmap (Results 1 – 1 of 1) sorted by relevance
226 unsigned int chmap; /* bitmap for opened channels */ member549 if (!(codec->synth.chmap & (1 << idx))) { in snd_ali_alloc_pcm_channel()550 codec->synth.chmap |= 1 << idx; in snd_ali_alloc_pcm_channel()615 if (!(codec->synth.chmap & (1 << idx))) { in snd_ali_free_channel_pcm()620 codec->synth.chmap &= ~(1 << idx); in snd_ali_free_channel_pcm()2173 codec->synth.chmap = 0; in snd_ali_create()