Skip to content

Commit

Permalink
ASoC: Fix WM8961 suspend function type
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Jun 29, 2009
1 parent c2caa4d commit 9ea21eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8961.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 9ea21eb

Please sign in to comment.