31 u32 clock, control_reg, old_control_reg;
33 if (wait_handshake(chip))
63 if (control_reg != old_control_reg) {
64 DE_ACT((
"set_sample_rate: %d clock %d\n", rate, clock));
67 clear_handshake(chip);
82 output >= num_busses_out(chip)))
85 if (wait_handshake(chip))
89 index = output * num_pipes_out(chip) +
pipe;
92 DE_ACT((
"set_vmixer_gain: pipe %d, out %d = %d\n", pipe, output, gain));
99 static int update_vmixer_level(
struct echoaudio *chip)
101 if (wait_handshake(chip))
103 clear_handshake(chip);
109 static u32 detect_input_clocks(
const struct echoaudio *chip)
117 static int load_asic(
struct echoaudio *chip)