]> Pileus Git - ~andy/linux/commitdiff
ALSA: hda - Add missing alc_inv_dmic_sync() call in alc269_resume()
authorTakashi Iwai <tiwai@suse.de>
Tue, 25 Jun 2013 07:28:40 +0000 (09:28 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 25 Jun 2013 07:29:40 +0000 (09:29 +0200)
As some of ALC269 quirks use the inverted dmic feature, we need to
call alc_inv_dmic_sync() in the resume callback like in alc_resume(),
too.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c

index ad087ea32f3a82df9b00524045e7407a9ae3540d..ae121113f22321fdf2f36b6fc56f9d257cd4d904 100644 (file)
@@ -2603,6 +2603,7 @@ static int alc269_resume(struct hda_codec *codec)
 
        snd_hda_codec_resume_amp(codec);
        snd_hda_codec_resume_cache(codec);
+       alc_inv_dmic_sync(codec, true);
        hda_call_check_power_status(codec, 0x01);
        return 0;
 }