diff options
Diffstat (limited to 'firmware/export/wm8975.h')
-rw-r--r-- | firmware/export/wm8975.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/wm8975.h b/firmware/export/wm8975.h index bc0d113c4c..cdae7af865 100644 --- a/firmware/export/wm8975.h +++ b/firmware/export/wm8975.h @@ -22,10 +22,6 @@ #ifndef _WM8975_H #define _WM8975_H -/* volume/balance/treble/bass interdependency */ -#define VOLUME_MIN -730 -#define VOLUME_MAX 60 - #define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | LINEOUT_CAP | \ LIN_GAIN_CAP | MIC_GAIN_CAP) |