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:
c2caa4d
)
ASoC: Fix WM8961 suspend function type
author
Mark Brown
<
[email protected]
>
Mon, 29 Jun 2009 15:29:06 +0000
(16:29 +0100)
committer
Mark Brown
<
[email protected]
>
Mon, 29 Jun 2009 15:34:57 +0000
(16:34 +0100)
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/codecs/wm8961.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8961.c
b/sound/soc/codecs/wm8961.c
index 1af2d10702f4b22f7819c55e6e0d10accc646368..bd1af92a122f7ff86db8ef40fd0f14d8e754c5c0 100644
(file)
--- a/
sound/soc/codecs/wm8961.c
+++ b/
sound/soc/codecs/wm8961.c
@@
-1268,7
+1268,7
@@
static __devexit int wm8961_i2c_remove(struct i2c_client *client)
}
#ifdef CONFIG_PM
-static int wm8961_i2c_suspend(struct i2c_client *client)
+static int wm8961_i2c_suspend(struct i2c_client *client
, pm_message_t state
)
{
return snd_soc_suspend_device(&client->dev);
}