Searched refs:voice_alloc (Results 1 – 9 of 9) sorted by relevance
| /linux/sound/pci/emu10k1/ |
| H A D | voice.c | 24 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 D | gus_reset.c | 222 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 D | gus_main.c | 123 spin_lock_init(&gus->voice_alloc); in snd_gus_create()
|
| H A D | gus_pcm.c | 745 scoped_guard(spinlock_irqsave, &gus->voice_alloc) { in snd_gf1_pcm_volume_put()
|
| /linux/sound/pci/trident/ |
| H A D | trident.h | 372 spinlock_t voice_alloc; member
|
| H A D | trident_main.c | 3489 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 D | ali5451.c | 244 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 D | gus.h | 424 spinlock_t voice_alloc; member
|
| /linux/sound/pci/ymfpci/ |
| H A D | ymfpci_main.c | 193 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()
|