Home
last modified time | relevance | path

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

/linux-6.12.1/sound/isa/gus/
Dgus_reset.c250 spin_lock_irqsave(&gus->voice_alloc, flags); in snd_gf1_alloc_voice()
253 spin_unlock_irqrestore(&gus->voice_alloc, flags); in snd_gf1_alloc_voice()
261 spin_unlock_irqrestore(&gus->voice_alloc, flags); in snd_gf1_alloc_voice()
270 spin_unlock_irqrestore(&gus->voice_alloc, flags); in snd_gf1_alloc_voice()
274 spin_unlock_irqrestore(&gus->voice_alloc, flags); in snd_gf1_alloc_voice()
287 spin_lock_irqsave(&gus->voice_alloc, flags); in snd_gf1_free_voice()
295 spin_unlock_irqrestore(&gus->voice_alloc, flags); in snd_gf1_free_voice()
Dgus_pcm.c757 spin_lock_irqsave(&gus->voice_alloc, flags); in snd_gf1_pcm_volume_put()
774 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()
/linux-6.12.1/sound/pci/emu10k1/
Dvoice.c24 static int voice_alloc(struct snd_emu10k1 *emu, int type, int number, in voice_alloc() function
92 result = voice_alloc(emu, type, count, epcm, &rvoice[got]); in snd_emu10k1_voice_alloc()
/linux-6.12.1/sound/pci/ali5451/
Dali5451.c244 spinlock_t voice_alloc; member
914 spin_lock_irq(&codec->voice_alloc); in snd_ali_alloc_voice()
920 spin_unlock_irq(&codec->voice_alloc); in snd_ali_alloc_voice()
928 spin_unlock_irq(&codec->voice_alloc); in snd_ali_alloc_voice()
931 spin_unlock_irq(&codec->voice_alloc); in snd_ali_alloc_voice()
946 spin_lock_irq(&codec->voice_alloc); in snd_ali_free_voice()
955 spin_unlock_irq(&codec->voice_alloc); in snd_ali_free_voice()
2032 spin_lock_init(&codec->voice_alloc); in snd_ali_create()
/linux-6.12.1/sound/pci/trident/
Dtrident.h372 spinlock_t voice_alloc; member
Dtrident_main.c3521 spin_lock_init(&trident->voice_alloc); in snd_trident_create()
3753 spin_lock_irqsave(&trident->voice_alloc, flags); in snd_trident_alloc_voice()
3757 spin_unlock_irqrestore(&trident->voice_alloc, flags); in snd_trident_alloc_voice()
3767 spin_unlock_irqrestore(&trident->voice_alloc, flags); in snd_trident_alloc_voice()
3773 spin_unlock_irqrestore(&trident->voice_alloc, flags); in snd_trident_alloc_voice()
3782 spin_unlock_irqrestore(&trident->voice_alloc, flags); in snd_trident_alloc_voice()
3787 spin_unlock_irqrestore(&trident->voice_alloc, flags); in snd_trident_alloc_voice()
3801 spin_lock_irqsave(&trident->voice_alloc, flags); in snd_trident_free_voice()
3814 spin_unlock_irqrestore(&trident->voice_alloc, flags); in snd_trident_free_voice()
/linux-6.12.1/include/sound/
Dgus.h424 spinlock_t voice_alloc; member
/linux-6.12.1/sound/pci/ymfpci/
Dymfpci_main.c200 static int voice_alloc(struct snd_ymfpci *chip, in voice_alloc() function
252 result = voice_alloc(chip, type, pair, rvoice); in snd_ymfpci_voice_alloc()