Home
last modified time | relevance | path

Searched refs:capture_stream (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/sound/pci/lx6464es/
Dlx6464es.h106 struct lx_stream capture_stream; member
Dlx6464es.c284 struct lx_stream *lx_stream = is_capture ? &chip->capture_stream : in lx_pcm_stream_pointer()
365 chip->capture_stream.stream = substream; in lx_pcm_hw_params()
415 chip->capture_stream.stream = 0; in lx_pcm_hw_free()
524 lx_trigger_dispatch_stream(chip, &chip->capture_stream); in lx_pcm_trigger_dispatch()
537 struct lx_stream *stream = is_capture ? &chip->capture_stream : in lx_pcm_trigger()
864 chip->capture_stream.is_capture = 1; in lx_pcm_create()
Dlx_core.c1145 struct lx_stream *lx_stream = &chip->capture_stream; in lx_threaded_irq()
/linux-4.1.27/sound/pci/pcxhr/
Dpcxhr.h178 struct pcxhr_stream capture_stream[2]; /* 1 stereo or 2 mono streams */ member
Dpcxhr.c724 if (pcxhr_stream_scheduled_get_pipe(&chip->capture_stream[j], &pipe)) in pcxhr_start_linked_stream()
761 stream = &chip->capture_stream[j]; in pcxhr_start_linked_stream()
780 stream = &chip->capture_stream[j]; in pcxhr_start_linked_stream()
809 stream = &chip->capture_stream[j]; in pcxhr_start_linked_stream()
1040 stream = &chip->capture_stream[subs->number]; in pcxhr_open()
Dpcxhr_hwdep.c264 chip->capture_stream[j].pipe = pipe; in pcxhr_config_pipes()
Dpcxhr_core.c1331 &chip->capture_stream[j], in pcxhr_threaded_irq()
/linux-4.1.27/sound/pci/mixart/
Dmixart.h187 …struct mixart_stream capture_stream[MIXART_PCM_TOTAL]; /* 0 = pcm, 1 = p… member
Dmixart_core.c480 stream = &chip->capture_stream[pcm_number]; in snd_mixart_threaded_irq()
Dmixart.c828 stream = &(chip->capture_stream[pcm_number]); in snd_mixart_capture_open()