projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ed7074
)
ASoC: Activate DCS correction for WM8993
author
Mark Brown
<
[email protected]
>
Mon, 1 Feb 2010 18:31:06 +0000
(18:31 +0000)
committer
Mark Brown
<
[email protected]
>
Mon, 1 Feb 2010 18:36:16 +0000
(18:36 +0000)
Use a two code correction for optimal performance.
Signed-off-by: Mark Brown <
[email protected]
>
Acked-by: Liam Girdwood <
[email protected]
>
sound/soc/codecs/wm8993.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8993.c
b/sound/soc/codecs/wm8993.c
index bacfc2f20d705ba66b9267444065e06bc7f322e0..61239e0e955629d50de2f83e8e5b256eeeccef85 100644
(file)
--- a/
sound/soc/codecs/wm8993.c
+++ b/
sound/soc/codecs/wm8993.c
@@
-1,7
+1,7
@@
/*
* wm8993.c -- WM8993 ALSA SoC audio driver
*
- * Copyright 2009 Wolfson Microelectronics plc
+ * Copyright 2009
, 2010
Wolfson Microelectronics plc
*
* Author: Mark Brown <
[email protected]
>
*
@@
-1598,6
+1598,7
@@
static int wm8993_i2c_probe(struct i2c_client *i2c,
codec->private_data = wm8993;
wm8993->hubs_data.hp_startup_mode = 1;
+ wm8993->hubs_data.dcs_codes = -2;
memcpy(wm8993->reg_cache, wm8993_reg_defaults,
sizeof(wm8993->reg_cache));