Searched refs:voice_alloc (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/sound/isa/gus/ |
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()
|
D | gus_pcm.c | 782 spin_lock_irqsave(&gus->voice_alloc, flags); in snd_gf1_pcm_volume_put() 799 spin_unlock_irqrestore(&gus->voice_alloc, flags); in snd_gf1_pcm_volume_put()
|
D | gus_main.c | 146 spin_lock_init(&gus->voice_alloc); in snd_gus_create()
|
/Linux-v5.10/sound/pci/emu10k1/ |
D | voice.c | 34 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()
|
/Linux-v5.10/sound/pci/ali5451/ |
D | ali5451.c | 245 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() 2075 spin_lock_init(&codec->voice_alloc); in snd_ali_create()
|
/Linux-v5.10/sound/pci/trident/ |
D | trident.h | 373 spinlock_t voice_alloc; member
|
D | trident_main.c | 3518 spin_lock_init(&trident->voice_alloc); in snd_trident_create() 3769 spin_lock_irqsave(&trident->voice_alloc, flags); in snd_trident_alloc_voice() 3773 spin_unlock_irqrestore(&trident->voice_alloc, flags); in snd_trident_alloc_voice() 3783 spin_unlock_irqrestore(&trident->voice_alloc, flags); in snd_trident_alloc_voice() 3789 spin_unlock_irqrestore(&trident->voice_alloc, flags); in snd_trident_alloc_voice() 3798 spin_unlock_irqrestore(&trident->voice_alloc, flags); in snd_trident_alloc_voice() 3803 spin_unlock_irqrestore(&trident->voice_alloc, flags); in snd_trident_alloc_voice() 3817 spin_lock_irqsave(&trident->voice_alloc, flags); in snd_trident_free_voice() 3830 spin_unlock_irqrestore(&trident->voice_alloc, flags); in snd_trident_free_voice()
|
/Linux-v5.10/include/sound/ |
D | gus.h | 424 spinlock_t voice_alloc; member
|
/Linux-v5.10/sound/pci/ymfpci/ |
D | ymfpci_main.c | 205 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()
|