Home
last modified time | relevance | path

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

/sound/isa/gus/
Dgus_reset.c248 spin_lock_irqsave(&gus->voice_alloc, flags); in snd_gf1_alloc_voice()
251 spin_unlock_irqrestore(&gus->voice_alloc, flags); in snd_gf1_alloc_voice()
259 spin_unlock_irqrestore(&gus->voice_alloc, flags); in snd_gf1_alloc_voice()
268 spin_unlock_irqrestore(&gus->voice_alloc, flags); in snd_gf1_alloc_voice()
272 spin_unlock_irqrestore(&gus->voice_alloc, flags); in snd_gf1_alloc_voice()
285 spin_lock_irqsave(&gus->voice_alloc, flags); in snd_gf1_free_voice()
293 spin_unlock_irqrestore(&gus->voice_alloc, flags); in snd_gf1_free_voice()
Dgus_pcm.c791 spin_lock_irqsave(&gus->voice_alloc, flags); in snd_gf1_pcm_volume_put()
808 spin_unlock_irqrestore(&gus->voice_alloc, flags); in snd_gf1_pcm_volume_put()
Dgus_main.c137 spin_lock_init(&gus->voice_alloc); in snd_gus_create()
/sound/pci/emu10k1/
Dvoice.c34 static int voice_alloc(struct snd_emu10k1 *emu, int type, int number, in voice_alloc() function
114 result = voice_alloc(emu, type, number, rvoice); in snd_emu10k1_voice_alloc()
/sound/pci/ali5451/
Dali5451.c245 spinlock_t voice_alloc; member
917 spin_lock_irq(&codec->voice_alloc); in snd_ali_alloc_voice()
923 spin_unlock_irq(&codec->voice_alloc); in snd_ali_alloc_voice()
931 spin_unlock_irq(&codec->voice_alloc); in snd_ali_alloc_voice()
934 spin_unlock_irq(&codec->voice_alloc); in snd_ali_alloc_voice()
949 spin_lock_irq(&codec->voice_alloc); in snd_ali_free_voice()
958 spin_unlock_irq(&codec->voice_alloc); in snd_ali_free_voice()
2104 spin_lock_init(&codec->voice_alloc); in snd_ali_create()
/sound/pci/trident/
Dtrident.h373 spinlock_t voice_alloc; member
Dtrident_main.c3556 spin_lock_init(&trident->voice_alloc); in snd_trident_create()
3806 spin_lock_irqsave(&trident->voice_alloc, flags); in snd_trident_alloc_voice()
3810 spin_unlock_irqrestore(&trident->voice_alloc, flags); in snd_trident_alloc_voice()
3820 spin_unlock_irqrestore(&trident->voice_alloc, flags); in snd_trident_alloc_voice()
3826 spin_unlock_irqrestore(&trident->voice_alloc, flags); in snd_trident_alloc_voice()
3835 spin_unlock_irqrestore(&trident->voice_alloc, flags); in snd_trident_alloc_voice()
3840 spin_unlock_irqrestore(&trident->voice_alloc, flags); in snd_trident_alloc_voice()
3854 spin_lock_irqsave(&trident->voice_alloc, flags); in snd_trident_free_voice()
3867 spin_unlock_irqrestore(&trident->voice_alloc, flags); in snd_trident_free_voice()
/sound/pci/ymfpci/
Dymfpci_main.c205 static int voice_alloc(struct snd_ymfpci *chip, in voice_alloc() function
257 result = voice_alloc(chip, type, pair, rvoice); in snd_ymfpci_voice_alloc()