summaryrefslogtreecommitdiff
path: root/firmware/export/wm8978.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/wm8978.h')
-rw-r--r--firmware/export/wm8978.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/wm8978.h b/firmware/export/wm8978.h
index f4ed46a6e2..9c54ae354d 100644
--- a/firmware/export/wm8978.h
+++ b/firmware/export/wm8978.h
@@ -30,6 +30,9 @@ int tenthdb2master(int db);
30void audiohw_set_headphone_vol(int vol_l, int vol_r); 30void audiohw_set_headphone_vol(int vol_l, int vol_r);
31void audiohw_set_frequency(int sampling_control); 31void audiohw_set_frequency(int sampling_control);
32 32
33void wmc_set(unsigned int reg, unsigned int bits);
34void wmc_clear(unsigned int reg, unsigned int bits);
35
33#define WMC_I2C_ADDR 0x34 36#define WMC_I2C_ADDR 0x34
34 37
35/* Registers */ 38/* Registers */