aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8750.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8750.c')
-rw-r--r--sound/soc/codecs/wm8750.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8750.c b/sound/soc/codecs/wm8750.c
index 28684eeda738..77a857b997a2 100644
--- a/sound/soc/codecs/wm8750.c
+++ b/sound/soc/codecs/wm8750.c
@@ -19,7 +19,6 @@
19#include <linux/pm.h> 19#include <linux/pm.h>
20#include <linux/i2c.h> 20#include <linux/i2c.h>
21#include <linux/platform_device.h> 21#include <linux/platform_device.h>
22#include <sound/driver.h>
23#include <sound/core.h> 22#include <sound/core.h>
24#include <sound/pcm.h> 23#include <sound/pcm.h>
25#include <sound/pcm_params.h> 24#include <sound/pcm_params.h>
@@ -189,7 +188,7 @@ SOC_ENUM("Bass Boost", wm8750_enum[0]),
189SOC_ENUM("Bass Filter", wm8750_enum[1]), 188SOC_ENUM("Bass Filter", wm8750_enum[1]),
190SOC_SINGLE("Bass Volume", WM8750_BASS, 0, 15, 1), 189SOC_SINGLE("Bass Volume", WM8750_BASS, 0, 15, 1),
191 190
192SOC_SINGLE("Treble Volume", WM8750_TREBLE, 0, 15, 0), 191SOC_SINGLE("Treble Volume", WM8750_TREBLE, 0, 15, 1),
193SOC_ENUM("Treble Cut-off", wm8750_enum[2]), 192SOC_ENUM("Treble Cut-off", wm8750_enum[2]),
194 193
195SOC_SINGLE("3D Switch", WM8750_3D, 0, 1, 0), 194SOC_SINGLE("3D Switch", WM8750_3D, 0, 1, 0),