fix vga setting on freq change

This commit is contained in:
Carl
2024-03-28 14:04:06 +08:00
parent 4765898783
commit 065e3d1a11
2 changed files with 26 additions and 18 deletions

View File

@@ -118,5 +118,6 @@ int r82xx_set_freq(struct r82xx_priv *priv, uint32_t freq);
int r82xx_set_gain(struct r82xx_priv *priv, int set_manual_gain, int gain);
int r82xx_set_bandwidth(struct r82xx_priv *priv, int bandwidth, uint32_t rate);
int r82xx_toggle_test(struct r82xx_priv *priv, int toggle);
int r82xx_set_vga_gain(struct r82xx_priv *priv);
#endif