aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8961.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-06-29 11:29:06 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-06-29 11:34:57 -0400
commit9ea21ebca1a1c4caf3bdaecb0879034107cac1e9 (patch)
treef9c031cc82920d041b5717df416c9580dda5ebe7 /sound/soc/codecs/wm8961.c
parentc2caa4da46a41899b29f90ec30ef3ba86665b334 (diff)
ASoC: Fix WM8961 suspend function type
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8961.c')
-rw-r--r--sound/soc/codecs/wm8961.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8961.c b/sound/soc/codecs/wm8961.c
index 1af2d10702f4..bd1af92a122f 100644
--- 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)
1268} 1268}
1269 1269
1270#ifdef CONFIG_PM 1270#ifdef CONFIG_PM
1271static int wm8961_i2c_suspend(struct i2c_client *client) 1271static int wm8961_i2c_suspend(struct i2c_client *client, pm_message_t state)
1272{ 1272{
1273 return snd_soc_suspend_device(&client->dev); 1273 return snd_soc_suspend_device(&client->dev);
1274} 1274}