Searched refs:num_pipes_out (Results 1 - 8 of 8) sorted by relevance

/linux-master/sound/pci/echoaudio/
H A Dindigo_express_dsp.c82 if (snd_BUG_ON(pipe >= num_pipes_out(chip) ||
90 index = output * num_pipes_out(chip) + pipe;
H A Dindigoio_dsp.c111 if (snd_BUG_ON(pipe >= num_pipes_out(chip) ||
119 index = output * num_pipes_out(chip) + pipe;
H A Dindigodj_dsp.c141 if (snd_BUG_ON(pipe >= num_pipes_out(chip) ||
149 index = output * num_pipes_out(chip) + pipe;
H A Dindigo_dsp.c141 if (snd_BUG_ON(pipe >= num_pipes_out(chip) ||
149 index = output * num_pipes_out(chip) + pipe;
H A Dmia_dsp.c175 if (snd_BUG_ON(pipe >= num_pipes_out(chip) ||
183 index = output * num_pipes_out(chip) + pipe;
H A Dechoaudio.c382 max_channels = num_pipes_out(chip);
913 err = snd_pcm_new(chip->card, "PCM", 0, num_pipes_out(chip),
1349 chip->vmixer_gain[ucontrol->id.index / num_pipes_out(chip)]
1350 [ucontrol->id.index % num_pipes_out(chip)];
1363 out = ucontrol->id.index / num_pipes_out(chip);
1364 vch = ucontrol->id.index % num_pipes_out(chip);
1770 ucontrol->value.integer.value[4] = num_pipes_out(chip);
2018 snd_echo_vmixer.count = num_pipes_out(chip) * num_busses_out(chip);
H A Dechoaudio.h517 static inline int num_pipes_out(const struct echoaudio *chip) function
H A Dechoaudio_dsp.c660 for (n = 64, i = 0; i < num_pipes_out(chip); i++, m++) {
690 for (i = 0; i < num_pipes_out(chip); i++)

Completed in 101 milliseconds