Home
last modified time | relevance | path

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

/sound/pci/pcxhr/
Dpcxhr.c723 for (j = 0; j < chip->nb_streams_capt; j++) { in pcxhr_trigger_tasklet()
760 for (j = 0; j < chip->nb_streams_capt; j++) { in pcxhr_trigger_tasklet()
779 for (j = 0; j < chip->nb_streams_capt; j++) { in pcxhr_trigger_tasklet()
808 for(j = 0; j < chip->nb_streams_capt; j++) { in pcxhr_trigger_tasklet()
1170 chip->nb_streams_capt, &pcm)) < 0) { in pcxhr_create_pcm()
1178 if (chip->nb_streams_capt) in pcxhr_create_pcm()
1231 chip->nb_streams_capt = 2; /* 2 mono streams */ in pcxhr_create()
1233 chip->nb_streams_capt = 1; /* or 1 stereo stream */ in pcxhr_create()
Dpcxhr_hwdep.c257 for (j = 0; j < chip->nb_streams_capt; j++) { in pcxhr_config_pipes()
280 for (j = 0; j < chip->nb_streams_capt; j++) in pcxhr_start_pipes()
Dpcxhr.h184 int nb_streams_capt; member
Dpcxhr_mixer.c1099 if (chip->nb_streams_capt) { in pcxhr_init_audio_levels()
1186 if (chip->nb_streams_capt) { in pcxhr_create_mixer()
1237 if (chip->nb_streams_capt > 0 && chip->nb_streams_play > 0) { in pcxhr_create_mixer()
Dpcxhr_core.c1284 for (j = 0; j < chip->nb_streams_capt; j++) in pcxhr_interrupt()