Searched refs:SNDRV_TRIDENT_VFLG_RUNNING (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_synth.c286 if (voice->flags & SNDRV_TRIDENT_VFLG_RUNNING) {
288 voice->flags &= ~SNDRV_TRIDENT_VFLG_RUNNING;
303 voice->flags |= SNDRV_TRIDENT_VFLG_RUNNING;
312 if (!(voice->flags & SNDRV_TRIDENT_VFLG_RUNNING))
319 voice->flags &= ~SNDRV_TRIDENT_VFLG_RUNNING;
849 pvoice->flags &= ~SNDRV_TRIDENT_VFLG_RUNNING;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dtrident.h46 #define SNDRV_TRIDENT_VFLG_RUNNING (1<<0) macro

Completed in 28 milliseconds