Home
last modified time | relevance | path

Searched refs:nb_streams_play (Results 1 – 5 of 5) 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
H A Dpcxhr_mixer.c1030 if (chip->nb_streams_play) { in pcxhr_init_audio_levels()
1100 if (chip->nb_streams_play) { in pcxhr_create_mixer()
1199 if (chip->nb_streams_capt > 0 && chip->nb_streams_play > 0) { in pcxhr_create_mixer()
H A Dpcxhr_core.c1317 for (j = 0; j < chip->nb_streams_play; j++) in pcxhr_threaded_irq()