Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/pcxhr/
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()
Dpcxhr.h165 int nb_streams_play; member
Dpcxhr.c714 for (j = 0; j < chip->nb_streams_play; j++) { in pcxhr_start_linked_stream()
754 for (j = 0; j < chip->nb_streams_play; j++) { in pcxhr_start_linked_stream()
771 for (j = 0; j < chip->nb_streams_play; j++) { in pcxhr_start_linked_stream()
800 for (j = 0; j < chip->nb_streams_play; j++) { in pcxhr_start_linked_stream()
1139 chip->nb_streams_play, in pcxhr_create_pcm()
1146 if (chip->nb_streams_play) in pcxhr_create_pcm()
1197 chip->nb_streams_play = PCXHR_PLAYBACK_STREAMS; in pcxhr_create()
Dpcxhr_mixer.c1044 if (chip->nb_streams_play) { in pcxhr_init_audio_levels()
1114 if (chip->nb_streams_play) { in pcxhr_create_mixer()
1213 if (chip->nb_streams_capt > 0 && chip->nb_streams_play > 0) { in pcxhr_create_mixer()
Dpcxhr_core.c1323 for (j = 0; j < chip->nb_streams_play; j++) in pcxhr_threaded_irq()