]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Add missing initializations for ALC268 and ALC269
authorTakashi Iwai <tiwai@suse.de>
Mon, 29 Jun 2009 09:33:53 +0000 (11:33 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 29 Jun 2009 09:33:53 +0000 (11:33 +0200)
commitc89a9c87b7ad88550ef30e085546c9c454beb9db
tree83d5a28652473367260e6c92eb3bd094596ee347
parent6b297a64b13526042d9eb3f15303db2938ad2494
ALSA: hda - Add missing initializations for ALC268 and ALC269

During the changes to clean up / fix the realtek codec initialization
routines in commit 9f6d34b87c24f639ebe56d9bdbd68608b3a83d44,
I forgot to add the check for ALC268 and ALC269.
This resulted in the missing EAPD and COEF setup for these codecs.

This patch adds the missing checks for these codecs.

Reference: bko#13633
http://bugzilla.kernel.org/show_bug.cgi?id=13633

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