projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kirkwood] enable mach support for OpenRD Base and OpenRD Client (#8417), spare the...
[openwrt.git]
/
target
/
linux
/
s3c24xx
/
patches-2.6.30
/
120-fix-wm8753-reg_cache.patch
diff --git
a/target/linux/s3c24xx/patches-2.6.30/120-fix-wm8753-reg_cache.patch
b/target/linux/s3c24xx/patches-2.6.30/120-fix-wm8753-reg_cache.patch
index
f7e801c
..
19d44c9
100644
(file)
--- a/
target/linux/s3c24xx/patches-2.6.30/120-fix-wm8753-reg_cache.patch
+++ b/
target/linux/s3c24xx/patches-2.6.30/120-fix-wm8753-reg_cache.patch
@@
-19,7
+19,7
@@
+ codec->reg_cache = wm8753->reg_cache;
codec->private_data = wm8753;
+ codec->reg_cache = wm8753->reg_cache;
codec->private_data = wm8753;
-- memcpy(codec->reg_cache, wm8753_reg, sizeof(
codec
->reg_cache));
+- memcpy(codec->reg_cache, wm8753_reg, sizeof(
wm8753
->reg_cache));
+ memcpy(codec->reg_cache, wm8753_reg, sizeof(wm8753_reg));
INIT_DELAYED_WORK(&codec->delayed_work, wm8753_work);
+ memcpy(codec->reg_cache, wm8753_reg, sizeof(wm8753_reg));
INIT_DELAYED_WORK(&codec->delayed_work, wm8753_work);
This page took
0.024396 seconds
and
4
git commands to generate.