Home
last modified time | relevance | path

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

/linux/sound/usb/6fire/
H A Dpcm.h36 struct pcm_substream { struct
50 struct pcm_substream playback; argument
51 struct pcm_substream capture;
/linux/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_irq.c31 if (chip->pcm_substream) in pdacf_interrupt()
255 …if (chip->pcm_substream == NULL || chip->pcm_substream->runtime == NULL || !snd_pcm_running(chip-> in pdacf_threaded_irq()
307 snd_pcm_period_elapsed(chip->pcm_substream); in pdacf_threaded_irq()
H A Dpdaudiocf.h88 struct snd_pcm_substream *pcm_substream; member
/linux/sound/usb/
H A Dpcm.c1256 subs->pcm_substream = substream; in snd_usb_pcm_open()
1305 subs->pcm_substream = NULL; in snd_usb_pcm_close()
1322 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in retire_capture_urb()
1384 snd_pcm_period_elapsed(subs->pcm_substream); in retire_capture_urb()
1402 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in fill_playback_urb_dsd_dop()
1459 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in fill_playback_urb_dsd_bitrev()
1476 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in copy_to_urb()
1524 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in prepare_playback_urb()
1637 snd_pcm_period_elapsed_under_stream_lock(subs->pcm_substream); in prepare_playback_urb()
1639 snd_pcm_period_elapsed(subs->pcm_substream); in prepare_playback_urb()
[all...]
H A Dcard.h156 struct snd_pcm_substream *pcm_substream; member
H A Dendpoint.c408 psubs = data_subs->pcm_substream; in notify_xrun()
/linux/sound/usb/usx2y/
H A Dusbusx2y.h81 struct snd_pcm_substream *pcm_substream; member
/linux/sound/soc/intel/atom/sst/
H A Dsst.h195 void *pcm_substream; member
196 void (*period_elapsed)(void *pcm_substream);
H A Dsst_ipc.c276 stream->period_elapsed(stream->pcm_substream); in process_fw_async_msg()