Searched refs:voice_alloc (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/sound/isa/gus/ |
H A D | gus_reset.c | 246 spin_lock_irqsave(&gus->voice_alloc, flags); in snd_gf1_alloc_voice() 249 spin_unlock_irqrestore(&gus->voice_alloc, flags); in snd_gf1_alloc_voice() 257 spin_unlock_irqrestore(&gus->voice_alloc, flags); in snd_gf1_alloc_voice() 266 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() 283 spin_lock_irqsave(&gus->voice_alloc, flags); in snd_gf1_free_voice() 291 spin_unlock_irqrestore(&gus->voice_alloc, flags); in snd_gf1_free_voice()
|
H A D | gus_pcm.c | 770 spin_lock_irqsave(&gus->voice_alloc, flags); in snd_gf1_pcm_volume_put() 787 spin_unlock_irqrestore(&gus->voice_alloc, flags); in snd_gf1_pcm_volume_put()
|
H A D | gus_main.c | 137 spin_lock_init(&gus->voice_alloc); in snd_gus_create()
|
/openbmc/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 92 result = voice_alloc(emu, type, count, epcm, &rvoice[got]); in snd_emu10k1_voice_alloc()
|
/openbmc/linux/sound/pci/ali5451/ |
H A D | ali5451.c | 244 spinlock_t voice_alloc; member 916 spin_lock_irq(&codec->voice_alloc); in snd_ali_alloc_voice() 922 spin_unlock_irq(&codec->voice_alloc); in snd_ali_alloc_voice() 930 spin_unlock_irq(&codec->voice_alloc); in snd_ali_alloc_voice() 933 spin_unlock_irq(&codec->voice_alloc); in snd_ali_alloc_voice() 948 spin_lock_irq(&codec->voice_alloc); in snd_ali_free_voice() 957 spin_unlock_irq(&codec->voice_alloc); in snd_ali_free_voice() 2047 spin_lock_init(&codec->voice_alloc); in snd_ali_create()
|
/openbmc/linux/sound/pci/trident/ |
H A D | trident.h | 372 spinlock_t voice_alloc; member
|
H A D | trident_main.c | 3521 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()
|
/openbmc/linux/include/sound/ |
H A D | gus.h | 424 spinlock_t voice_alloc; member
|
/openbmc/linux/sound/pci/ymfpci/ |
H A D | ymfpci_main.c | 200 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()
|