Searched refs:num_pipes_out (Results 1 – 8 of 8) sorted by relevance
67 if (snd_BUG_ON(pipe >= num_pipes_out(chip) || in set_vmixer_gain()75 index = output * num_pipes_out(chip) + pipe; in set_vmixer_gain()
96 if (snd_BUG_ON(pipe >= num_pipes_out(chip) || in set_vmixer_gain()104 index = output * num_pipes_out(chip) + pipe; in set_vmixer_gain()
126 if (snd_BUG_ON(pipe >= num_pipes_out(chip) || in set_vmixer_gain()134 index = output * num_pipes_out(chip) + pipe; in set_vmixer_gain()
160 if (snd_BUG_ON(pipe >= num_pipes_out(chip) || in set_vmixer_gain()168 index = output * num_pipes_out(chip) + pipe; in set_vmixer_gain()
382 max_channels = num_pipes_out(chip); in pcm_analog_out_open()901 err = snd_pcm_new(chip->card, "PCM", 0, num_pipes_out(chip), in snd_echo_new_pcm()1332 chip->vmixer_gain[ucontrol->id.index / num_pipes_out(chip)] in snd_echo_vmixer_get()1333 [ucontrol->id.index % num_pipes_out(chip)]; in snd_echo_vmixer_get()1346 out = ucontrol->id.index / num_pipes_out(chip); in snd_echo_vmixer_put()1347 vch = ucontrol->id.index % num_pipes_out(chip); in snd_echo_vmixer_put()1745 ucontrol->value.integer.value[4] = num_pipes_out(chip); in snd_echo_channels_info_get()1991 snd_echo_vmixer.count = num_pipes_out(chip) * num_busses_out(chip); in __snd_echo_probe()
502 static inline int num_pipes_out(const struct echoaudio *chip) in num_pipes_out() function
645 for (n = 64, i = 0; i < num_pipes_out(chip); i++, m++) { in get_audio_meters()675 for (i = 0; i < num_pipes_out(chip); i++) in restore_dsp_settings()