Searched refs:voice_lock (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demu10k1_synth.c71 spin_lock_irqsave(&hw->voice_lock, flags);
74 spin_unlock_irqrestore(&hw->voice_lock, flags);
93 spin_lock_irqsave(&hw->voice_lock, flags);
96 spin_unlock_irqrestore(&hw->voice_lock, flags);
H A Dvoice.c125 spin_lock_irqsave(&emu->voice_lock, flags);
144 spin_unlock_irqrestore(&emu->voice_lock, flags);
158 spin_lock_irqsave(&emu->voice_lock, flags);
163 spin_unlock_irqrestore(&emu->voice_lock, flags);
H A Demu10k1_callback.c99 spin_lock_irqsave(&emu->voice_lock, flags);
115 spin_unlock_irqrestore(&emu->voice_lock, flags);
119 spin_unlock_irqrestore(&emu->voice_lock, flags);
282 * emu->voice_lock is already held.
H A Demu10k1x.c242 spinlock_t voice_lock; member in struct:emu10k1x
911 spin_lock_init(&chip->voice_lock);
H A Demu10k1_main.c1655 spin_lock_init(&emu->voice_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux_synth.c89 spin_lock_irqsave(&emu->voice_lock, flags);
136 spin_unlock_irqrestore(&emu->voice_lock, flags);
170 spin_lock_irqsave(&emu->voice_lock, flags);
193 spin_unlock_irqrestore(&emu->voice_lock, flags);
208 spin_lock_irqsave(&emu->voice_lock, flags);
226 spin_unlock_irqrestore(&emu->voice_lock, flags);
249 spin_lock_irqsave(&emu->voice_lock, flags);
258 spin_unlock_irqrestore(&emu->voice_lock, flags);
280 spin_lock_irqsave(&emu->voice_lock, flags);
286 spin_unlock_irqrestore(&emu->voice_lock, flag
[all...]
H A Demux.c45 spin_lock_init(&emu->voice_lock);
149 spin_lock_irqsave(&emu->voice_lock, flags);
152 spin_unlock_irqrestore(&emu->voice_lock, flags);
H A Demux_effect.c209 spin_lock_irqsave(&emu->voice_lock, flags);
224 spin_unlock_irqrestore(&emu->voice_lock, flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_midi.c247 spin_lock_irqsave(&opl3->voice_lock, flags);
258 spin_unlock_irqrestore(&opl3->voice_lock, flags);
351 spin_lock_irqsave(&opl3->voice_lock, flags);
355 spin_unlock_irqrestore(&opl3->voice_lock, flags);
362 spin_unlock_irqrestore(&opl3->voice_lock, flags);
377 spin_unlock_irqrestore(&opl3->voice_lock, flags);
615 spin_unlock_irqrestore(&opl3->voice_lock, flags);
710 spin_lock_irqsave(&opl3->voice_lock, flags);
712 spin_unlock_irqrestore(&opl3->voice_lock, flags);
798 spin_lock_irqsave(&opl3->voice_lock, flag
[all...]
H A Dopl3_seq.c229 spin_lock_init(&opl3->voice_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dsis7019.c107 /* voice_lock protects allocation/freeing of the voice descriptions
109 spinlock_t voice_lock; member in struct:sis7019
359 /* Helper function: must hold sis->voice_lock on entry */
369 /* Helper function: must hold sis->voice_lock on entry */
380 spin_lock_irqsave(&sis->voice_lock, flags);
388 spin_unlock_irqrestore(&sis->voice_lock, flags);
393 /* Must hold the voice_lock on entry */
415 spin_lock_irqsave(&sis->voice_lock, flags);
417 spin_unlock_irqrestore(&sis->voice_lock, flags);
442 spin_lock_irqsave(&sis->voice_lock, flag
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Demux_synth.h115 spinlock_t voice_lock; /* Lock for voice access */ member in struct:snd_emux
H A Dopl3.h347 spinlock_t voice_lock; /* Lock for voice access */ member in struct:snd_opl3
H A Dymfpci.h359 spinlock_t voice_lock; member in struct:snd_ymfpci
H A Demu10k1.h1742 spinlock_t voice_lock; member in struct:snd_emu10k1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ymfpci/
H A Dymfpci_main.c267 spin_lock_irqsave(&chip->voice_lock, flags);
275 spin_unlock_irqrestore(&chip->voice_lock, flags);
286 spin_lock_irqsave(&chip->voice_lock, flags);
294 spin_unlock_irqrestore(&chip->voice_lock, flags);
528 spin_lock_irqsave(&ypcm->chip->voice_lock, flags);
547 spin_unlock_irqrestore(&ypcm->chip->voice_lock, flags);
805 spin_lock(&chip->voice_lock);
815 spin_unlock(&chip->voice_lock);
1750 spin_lock_irqsave(&chip->voice_lock, flags);
1756 spin_unlock_irqrestore(&chip->voice_lock, flag
[all...]

Completed in 264 milliseconds