Searched refs:csubs (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.h50 struct snd_pcm_substream *csubs; member in struct:snd_harmony
H A Dharmony.c226 if (h->csubs && h->st.capturing) {
235 snd_pcm_period_elapsed(h->csubs);
504 if (!(h->st.capturing) || (h->csubs == NULL))
551 h->csubs = ss;
575 h->csubs = NULL;
647 h->csubs = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dad1889.c103 struct snd_pcm_substream *csubs; member in struct:snd_ad1889
341 chip->csubs = ss;
359 chip->csubs = NULL;
620 if ((st & AD_DMA_DISR_ADCI) && chip->csubs)
621 snd_pcm_period_elapsed(chip->csubs);
650 chip->csubs = NULL;

Completed in 107 milliseconds