Home
last modified time | relevance | path

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

/linux/sound/pci/emu10k1/
H A Dvoice.c24 static int voice_alloc(struct snd_emu10k1 *emu, int type, int number, in voice_alloc() function
91 result = voice_alloc(emu, type, count, epcm, &rvoice[got]); in snd_emu10k1_voice_alloc()
/linux/sound/isa/gus/
H A Dgus_reset.c222 guard(spinlock_irqsave)(&gus->voice_alloc); in snd_gf1_alloc_voice()
253 scoped_guard(spinlock_irqsave, &gus->voice_alloc) { in snd_gf1_free_voice()
H A Dgus_main.c123 spin_lock_init(&gus->voice_alloc); in snd_gus_create()
H A Dgus_pcm.c745 scoped_guard(spinlock_irqsave, &gus->voice_alloc) { in snd_gf1_pcm_volume_put()
/linux/sound/pci/trident/
H A Dtrident.h372 spinlock_t voice_alloc; member
H A Dtrident_main.c3489 spin_lock_init(&trident->voice_alloc); in snd_trident_create()
3717 guard(spinlock_irqsave)(&trident->voice_alloc); in snd_trident_alloc_voice()
3757 scoped_guard(spinlock_irqsave, &trident->voice_alloc) { in snd_trident_free_voice()
/linux/sound/pci/ali5451/
H A Dali5451.c244 spinlock_t voice_alloc; member
914 guard(spinlock_irq)(&codec->voice_alloc); in snd_ali_alloc_voice()
943 scoped_guard(spinlock_irq, &codec->voice_alloc) { in snd_ali_free_voice()
2016 spin_lock_init(&codec->voice_alloc); in snd_ali_create()
/linux/include/sound/
H A Dgus.h424 spinlock_t voice_alloc; member
/linux/sound/pci/ymfpci/
H A Dymfpci_main.c193 static int voice_alloc(struct snd_ymfpci *chip, in voice_alloc() function
244 result = voice_alloc(chip, type, pair, rvoice); in snd_ymfpci_voice_alloc()