Home
last modified time | relevance | path

Searched refs:mixart_stream (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/pci/mixart/
H A Dmixart.h119 struct mixart_stream { struct
169 …struct mixart_stream playback_stream[MIXART_PCM_TOTAL][MIXART_PLAYBACK_STREAMS]; /* 0 = pcm, 1 = p…
170 …struct mixart_stream capture_stream[MIXART_PCM_TOTAL]; /* 0 = pcm, 1 = p…
H A Dmixart.c380 static int mixart_set_stream_state(struct mixart_stream *stream, int start) in mixart_set_stream_state()
418 struct mixart_stream *stream = subs->runtime->private_data; in snd_mixart_trigger()
480 struct mixart_stream *stream = subs->runtime->private_data; in snd_mixart_prepare()
503 static int mixart_set_format(struct mixart_stream *stream, snd_pcm_format_t format) in mixart_set_format()
595 struct mixart_stream *stream = subs->runtime->private_data; in snd_mixart_hw_params()
710 struct mixart_stream *stream; in snd_mixart_playback_open()
789 struct mixart_stream *stream; in snd_mixart_capture_open()
869 struct mixart_stream *stream = subs->runtime->private_data; in snd_mixart_close()
901 struct mixart_stream *stream = runtime->private_data; in snd_mixart_stream_pointer()
H A Dmixart_core.c457 struct mixart_stream *stream; in snd_mixart_threaded_irq()