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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusbusx2y.h50 struct snd_pcm_substream *pcm_substream; member in struct:snd_usX2Y_substream
H A Dusbusx2yaudio.c73 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime;
112 snd_pcm_period_elapsed(subs->pcm_substream);
132 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime;
183 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime;
192 snd_pcm_period_elapsed(subs->pcm_substream);
275 snd_pcm_stop(subs->pcm_substream, SNDRV_PCM_STATE_XRUN);
815 if (!cap_subs->pcm_substream ||
816 !cap_subs->pcm_substream->runtime ||
817 !cap_subs->pcm_substream->runtime->status ||
818 cap_subs->pcm_substream
[all...]
H A Dusx2yhwdeppcm.c65 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime;
89 snd_pcm_period_elapsed(subs->pcm_substream);
116 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime;
373 if (!cap_subs->pcm_substream ||
374 !cap_subs->pcm_substream->runtime ||
375 !cap_subs->pcm_substream->runtime->status ||
376 cap_subs->pcm_substream->runtime->status->state < SNDRV_PCM_STATE_PREPARED) {
411 stream = subs->pcm_substream->stream;
580 subs->pcm_substream = substream;
591 subs->pcm_substream
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_irq.c44 if (chip->pcm_substream)
268 if (chip->pcm_substream == NULL || chip->pcm_substream->runtime == NULL || !snd_pcm_running(chip->pcm_substream))
301 snd_pcm_period_elapsed(chip->pcm_substream);
H A Dpdaudiocf.h104 struct snd_pcm_substream *pcm_substream; member in struct:snd_pdacf
H A Dpdaudiocf_pcm.c281 chip->pcm_substream = subs;
296 chip->pcm_substream = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/
H A Dusbaudio.c149 struct snd_pcm_substream *pcm_substream; member in struct:snd_usb_substream
381 snd_pcm_period_elapsed(subs->pcm_substream);
604 snd_pcm_period_elapsed(subs->pcm_substream);
659 struct snd_pcm_substream *substream = ctx->subs->pcm_substream;
682 struct snd_pcm_substream *substream = ctx->subs->pcm_substream;
864 // snd_pcm_stop(subs->pcm_substream, SNDRV_PCM_STATE_XRUN);
1907 subs->pcm_substream = substream;
1920 subs->pcm_substream = NULL;

Completed in 108 milliseconds