Merge branch 'for-linus' into for-next

Merge the 3.8 devel branch for correcting the newly added PB desktop
fixup with the automute support.
This commit is contained in:
Takashi Iwai
2013-01-23 18:25:00 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -3826,6 +3826,7 @@ static void hda_call_codec_resume(struct hda_codec *codec)
hda_set_power_state(codec, AC_PWRST_D0);
restore_shutup_pins(codec);
hda_exec_init_verbs(codec);
snd_hda_jack_set_dirty_all(codec);
if (codec->patch_ops.resume)
codec->patch_ops.resume(codec);
else {
@@ -3837,10 +3838,8 @@ static void hda_call_codec_resume(struct hda_codec *codec)
if (codec->jackpoll_interval)
hda_jackpoll_work(&codec->jackpoll_work.work);
else {
snd_hda_jack_set_dirty_all(codec);
else
snd_hda_jack_report_sync(codec);
}
codec->in_pm = 0;
snd_hda_power_down(codec); /* flag down before returning */