Commit 47e85994 authored by Guido Visser's avatar Guido Visser

Proto types added for the tuning functions

parent 9cf166c1
......@@ -131,7 +131,8 @@ int spll_get_debug_queue_samples( uint32_t *buf, int size, int undersample );
void spll_debug_queue_purge(void);
void spll_set_aux_mode( int channel, int mode );
void spll_set_pi(int kp, int ki);
void spll_set_pi_kpki(int kp, int ki);
void spll_set_pi_solo_kp(int kp);
void spll_set_pi_solo_ki(int ki);
void spll_set_vtune_off(int control);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment