Home
last modified time | relevance | path

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

/linux-2.6.39/sound/isa/gus/
Dgus_pcm.c41 #define SNDRV_GF1_PCM_PFLG_ACTIVE (1<<0) macro
120 if (pcmp->flags & SNDRV_GF1_PCM_PFLG_ACTIVE) { in snd_gf1_pcm_trigger_up()
124 pcmp->flags |= SNDRV_GF1_PCM_PFLG_ACTIVE; in snd_gf1_pcm_trigger_up()
286 if (!(pcmp->flags & SNDRV_GF1_PCM_PFLG_ACTIVE)) in snd_gf1_pcm_interrupt_volume()
512 pcmp->flags &= ~SNDRV_GF1_PCM_PFLG_ACTIVE; in snd_gf1_pcm_playback_trigger()
536 if (pcmp->flags & SNDRV_GF1_PCM_PFLG_ACTIVE) { in snd_gf1_pcm_playback_pointer()
795 if (!(pcmp->flags & SNDRV_GF1_PCM_PFLG_ACTIVE)) in snd_gf1_pcm_volume_put()