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)
commit0623a889d1c2eb6219576b13263bcd24133c971a
tree8409cddb6954b5831cbf6e44f16d4e6a0b0922a5
parent58e22201f8a4c270300c589083ff9117b3b8274c
ALSA: hda - Add missing alc_inv_dmic_sync() call in alc269_resume()

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