projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42c39a6
)
ASoC: adapt multi-componentism again
author
Takashi Iwai
<tiwai@suse.de>
Thu, 23 Sep 2010 05:40:16 +0000
(07:40 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 23 Sep 2010 05:41:37 +0000
(07:41 +0200)
Go back to the new world order.
(Also fixed indentation.)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/soc-cache.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/soc-cache.c
b/sound/soc/soc-cache.c
index d4f11fbaf0f225607c37bea50fb4b2cd120c5e32..8a3f11cbcb2a2fcc72b61514ee168fd116c98d5d 100644
(file)
--- a/
sound/soc/soc-cache.c
+++ b/
sound/soc/soc-cache.c
@@
-203,9
+203,9
@@
static int snd_soc_8_16_write(struct snd_soc_codec *codec, unsigned int reg,
data[1] = (value >> 8) & 0xff;
data[2] = value & 0xff;
- if (!snd_soc_codec_volatile_register(codec, reg)
-
&& reg < codec
->reg_cache_size)
-
reg_cache[reg] = value;
+ if (!snd_soc_codec_volatile_register(codec, reg)
&&
+
reg < codec->driver
->reg_cache_size)
+ reg_cache[reg] = value;
if (codec->cache_only) {
codec->cache_sync = 1;