Home
last modified time | relevance | path

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

/linux/sound/pci/pcxhr/
H A Dpcxhr_hwdep.c238 if (chip->nb_streams_play) { in pcxhr_config_pipes()
243 for(j = 0; j < chip->nb_streams_play; j++) in pcxhr_config_pipes()
267 if (chip->nb_streams_play) in pcxhr_start_pipes()
H A Dpcxhr.c713 for (j = 0; j < chip->nb_streams_play; j++) { in pcxhr_start_linked_stream()
750 for (j = 0; j < chip->nb_streams_play; j++) { in pcxhr_start_linked_stream()
767 for (j = 0; j < chip->nb_streams_play; j++) { in pcxhr_start_linked_stream()
795 for (j = 0; j < chip->nb_streams_play; j++) { in pcxhr_start_linked_stream()
1118 chip->nb_streams_play, in pcxhr_create_pcm()
1126 if (chip->nb_streams_play) in pcxhr_create_pcm()
1177 chip->nb_streams_play = PCXHR_PLAYBACK_STREAMS; in pcxhr_create()
H A Dpcxhr.h165 int nb_streams_play; member