Home
last modified time | relevance | path

Searched refs:playback_stream (Results 1 – 6 of 6) sorted by relevance

/linux/sound/pci/lx6464es/
H A Dlx6464es.h91 struct lx_stream playback_stream; member
/linux/sound/pci/pcxhr/
H A Dpcxhr.h163 struct pcxhr_stream playback_stream[PCXHR_PLAYBACK_STREAMS]; member
H A Dpcxhr.c714 if (pcxhr_stream_scheduled_get_pipe(&chip->playback_stream[j], &pipe)) { in pcxhr_start_linked_stream()
751 stream = &chip->playback_stream[j]; in pcxhr_start_linked_stream()
768 stream = &chip->playback_stream[j]; in pcxhr_start_linked_stream()
796 stream = &chip->playback_stream[j]; in pcxhr_start_linked_stream()
991 stream = &chip->playback_stream[subs->number]; in pcxhr_open()
H A Dpcxhr_hwdep.c244 chip->playback_stream[j].pipe = pipe; in pcxhr_config_pipes()
/linux/sound/pci/mixart/
H A Dmixart.h169 struct mixart_stream playback_stream[MIXART_PCM_TOTAL][MIXART_PLAYBACK_STREAMS]; /* 0 = pcm, 1 = pcm_dig */ member
H A Dmixart.c727 stream = &(chip->playback_stream[pcm_number][subs->number]); in snd_mixart_playback_open()