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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_pcm.c42 #define SNDRV_GF1_PCM_PFLG_ACTIVE (1<<0) macro
118 if (pcmp->flags & SNDRV_GF1_PCM_PFLG_ACTIVE) {
122 pcmp->flags |= SNDRV_GF1_PCM_PFLG_ACTIVE;
259 if (!(pcmp->flags & SNDRV_GF1_PCM_PFLG_ACTIVE))
477 pcmp->flags &= ~SNDRV_GF1_PCM_PFLG_ACTIVE;
501 if (pcmp->flags & SNDRV_GF1_PCM_PFLG_ACTIVE) {
756 if (!(pcmp->flags & SNDRV_GF1_PCM_PFLG_ACTIVE))

Completed in 40 milliseconds