summaryrefslogtreecommitdiff
path: root/firmware/export/wm8975.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/wm8975.h')
-rw-r--r--firmware/export/wm8975.h4
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 @@
22#ifndef _WM8975_H 22#ifndef _WM8975_H
23#define _WM8975_H 23#define _WM8975_H
24 24
25/* volume/balance/treble/bass interdependency */
26#define VOLUME_MIN -730
27#define VOLUME_MAX 60
28
29#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | LINEOUT_CAP | \ 25#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | LINEOUT_CAP | \
30 LIN_GAIN_CAP | MIC_GAIN_CAP) 26 LIN_GAIN_CAP | MIC_GAIN_CAP)
31 27