]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda_intel: add position_fix quirk for Asus K53E
authorCatalin Iacob <iacobcatalin@gmail.com>
Sun, 9 Sep 2012 21:41:11 +0000 (21:41 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 11 Sep 2012 12:28:45 +0000 (14:28 +0200)
commit410059b46acc1ed84b4718f100f5a641e7c7b6ff
treeda6582df20f737fff01b636396c0937bd796f010
parentcc3433cf78437fa8921a27d6ec822ca58930cf81
ALSA: hda_intel: add position_fix quirk for Asus K53E

Commit 24ed3c20e27a2cb9ce918e7a93e7cbd54f75d335 changed some chipsets to
default to POS_FIX_COMBO so they now use POS_FIX_LPIB instead of
POS_FIX_POSBUF. Since then I've been getting artifacts on playback, including
repeated sounds on my Asus laptop.

My hardware is Cougar Point which the commit log of
24ed3c20e27a2cb9ce918e7a93e7cbd54f75d335 mentions as tested so POS_FIX_COMBO
probably works in general but apparently it doesn't on Asus K53E therefore the
need for the quirk.

Signed-off-by: Catalin Iacob <iacobcatalin@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c