Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/ali5451/
Dali5451.c226 unsigned int chmap; /* bitmap for opened channels */ member
549 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()