Commit 034a0ab8 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] Fix resume callback

HDA Codec driver
Fixed resume callback to follow the recent change of PM callbacks.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 39fe852c
...@@ -357,7 +357,7 @@ static int cmi9880_init(struct hda_codec *codec) ...@@ -357,7 +357,7 @@ static int cmi9880_init(struct hda_codec *codec)
/* /*
* resume * resume
*/ */
static int cmi9880_resume(struct hda_codec *codec, unsigned int state) static int cmi9880_resume(struct hda_codec *codec)
{ {
struct cmi_spec *spec = codec->spec; struct cmi_spec *spec = codec->spec;
......
...@@ -672,7 +672,7 @@ static int alc_init(struct hda_codec *codec) ...@@ -672,7 +672,7 @@ static int alc_init(struct hda_codec *codec)
/* /*
* resume * resume
*/ */
static int alc_resume(struct hda_codec *codec, unsigned int state) static int alc_resume(struct hda_codec *codec)
{ {
struct alc_spec *spec = codec->spec; struct alc_spec *spec = codec->spec;
int i; int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment