Searched refs:capture_substream (Results 26 - 40 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dymfpci.h342 struct snd_pcm_substream *capture_substream[YDSXG_CAPTURE_VOICES]; member in struct:snd_ymfpci
H A Dsb.h100 struct snd_pcm_substream *capture_substream; member in struct:snd_sb
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Des1938.c218 struct snd_pcm_substream *capture_substream; member in struct:es1938
931 chip->capture_substream = substream;
949 if (chip->capture_substream)
968 chip->capture_substream = NULL;
1665 snd_pcm_period_elapsed(chip->capture_substream);
H A Dfm801.c192 struct snd_pcm_substream *capture_substream; member in struct:fm801
551 if (chip->pcm && (status & FM801_IRQ_CAPTURE) && chip->capture_substream) {
563 snd_pcm_period_elapsed(chip->capture_substream);
640 chip->capture_substream = substream;
661 chip->capture_substream = NULL;
H A Dens1370.c414 struct snd_pcm_substream *capture_substream; member in struct:ensoniq
798 } else if (s == ensoniq->capture_substream)
822 } else if (s == ensoniq->capture_substream) {
1152 ensoniq->capture_substream = substream;
1192 ensoniq->capture_substream = NULL;
2375 if ((status & ES_ADC) && ensoniq->capture_substream)
2376 snd_pcm_period_elapsed(ensoniq->capture_substream);
H A Dsonicvibes.c228 struct snd_pcm_substream *capture_substream; member in struct:sonicvibes
517 snd_pcm_period_elapsed(sonic->capture_substream);
716 sonic->capture_substream = substream;
736 sonic->capture_substream = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/riptide/
H A Driptide.c443 struct snd_pcm_substream *capture_substream; member in struct:snd_riptide
1103 substream[i] = chip->capture_substream;
1638 chip->capture_substream = substream;
1673 chip->capture_substream = NULL;
1970 if (chip->capture_substream
1971 && chip->capture_substream->runtime
1972 && (data = chip->capture_substream->runtime->private_data)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs5535audio/
H A Dcs5535audio_pcm.c360 cs5535au->capture_substream = substream;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/rme9652/
H A Dhdspm.c438 struct snd_pcm_substream *capture_substream; member in struct:hdspm
3451 if (hdspm->capture_substream)
3452 snd_pcm_period_elapsed(hdspm->capture_substream);
3578 other = hdspm->capture_substream;
3800 other = hdspm->capture_substream;
4004 if (hdspm->capture_substream == NULL)
4064 hdspm->capture_substream = substream;
4097 hdspm->capture_substream = NULL;
4324 hdspm->capture_substream = NULL;
H A Dhdsp.c441 struct snd_pcm_substream *capture_substream; member in struct:hdsp
3749 if (hdsp->capture_substream)
3861 other = hdsp->capture_substream;
4016 other = hdsp->capture_substream;
4404 hdsp->capture_substream = substream;
4436 hdsp->capture_substream = NULL;
4890 hdsp->capture_substream = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/opti9xx/
H A Dopti92x-ad1848.c672 if ((status & OPTi93X_IRQ_CAPTURE) && codec->capture_substream) {
674 snd_pcm_period_elapsed(codec->capture_substream);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/korg1212/
H A Dkorg1212.c373 struct snd_pcm_substream *capture_substream; member in struct:snd_korg1212
1144 if (korg1212->capture_substream) {
1146 snd_pcm_period_elapsed(korg1212->capture_substream);
1382 korg1212->capture_substream = substream;
1427 korg1212->capture_substream = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/msnd/
H A Dmsnd.c567 chip->capture_substream = substream;
H A Dmsnd_pinnacle.c127 snd_pcm_period_elapsed(chip->capture_substream);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ymfpci/
H A Dymfpci_main.c812 if (chip->capture_substream[nvoice])
813 snd_ymfpci_pcm_capture_interrupt(chip->capture_substream[nvoice]);
1017 chip->capture_substream[capture_bank_number] = substream;
1092 chip->capture_substream[ypcm->capture_bank_number] = NULL;

Completed in 148 milliseconds

12