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:
5cdc5c3
)
ASoC: Reset WM8962 with default ID value
author
Mark Brown
<
[email protected]
>
Thu, 11 Nov 2010 17:18:01 +0000
(17:18 +0000)
committer
Mark Brown
<
[email protected]
>
Fri, 12 Nov 2010 15:33:44 +0000
(15:33 +0000)
The value makes no odds and it makes life easier with caches.
Signed-off-by: Mark Brown <
[email protected]
>
Acked-by: Liam Girdwood <
[email protected]
>
sound/soc/codecs/wm8962.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8962.c
b/sound/soc/codecs/wm8962.c
index 80986105f52ed0b4afe51bc9bf9a1d67d8c57112..e021866f5a85cfa2d948f9b36ede66d86564fc01 100644
(file)
--- a/
sound/soc/codecs/wm8962.c
+++ b/
sound/soc/codecs/wm8962.c
@@
-1958,7
+1958,7
@@
static int wm8962_readable_register(unsigned int reg)
static int wm8962_reset(struct snd_soc_codec *codec)
{
- return snd_soc_write(codec, WM8962_SOFTWARE_RESET, 0);
+ return snd_soc_write(codec, WM8962_SOFTWARE_RESET, 0
x6243
);
}
static const DECLARE_TLV_DB_SCALE(inpga_tlv, -2325, 75, 0);