Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/pcxhr/
Dpcxhr_hwdep.c251 if (chip->nb_streams_play) { in pcxhr_config_pipes()
256 for(j = 0; j < chip->nb_streams_play; j++) in pcxhr_config_pipes()
280 if (chip->nb_streams_play) in pcxhr_start_pipes()
Dpcxhr.h179 int nb_streams_play; member
Dpcxhr.c727 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()
784 for (j = 0; j < chip->nb_streams_play; j++) { in pcxhr_start_linked_stream()
813 for (j = 0; j < chip->nb_streams_play; j++) { in pcxhr_start_linked_stream()
1170 chip->nb_streams_play, in pcxhr_create_pcm()
1177 if (chip->nb_streams_play) in pcxhr_create_pcm()
1229 chip->nb_streams_play = PCXHR_PLAYBACK_STREAMS; in pcxhr_create()
Dpcxhr_mixer.c1057 if (chip->nb_streams_play) { in pcxhr_init_audio_levels()
1127 if (chip->nb_streams_play) { in pcxhr_create_mixer()
1226 if (chip->nb_streams_capt > 0 && chip->nb_streams_play > 0) { in pcxhr_create_mixer()
Dpcxhr_core.c1336 for (j = 0; j < chip->nb_streams_play; j++) in pcxhr_threaded_irq()