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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/parisc/
H A Dharmony.h49 struct snd_pcm_substream *psubs; member in struct:snd_harmony
H A Dharmony.c207 if (h->psubs && h->st.playing) {
216 snd_pcm_period_elapsed(h->psubs);
475 if (!(h->st.playing) || (h->psubs == NULL))
532 h->psubs = ss;
567 h->psubs = NULL;
646 h->psubs = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dad1889.c102 struct snd_pcm_substream *psubs; member in struct:snd_ad1889
329 chip->psubs = ss;
351 chip->psubs = NULL;
618 if ((st & AD_DMA_DISR_WAVI) && chip->psubs)
619 snd_pcm_period_elapsed(chip->psubs);
649 chip->psubs = NULL;

Completed in 53 milliseconds