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)
commit1d955ebd4db7961dc4e772a23288b3d5c6f191be
tree83d5a28652473367260e6c92eb3bd094596ee347
parent684a88429c5ab04d8b1894de9a1ef62de6f601b7
ALSA: hda - Add missing initializations for ALC268 and ALC269

During the changes to clean up / fix the realtek codec initialization
routines in commit 4a79ba34cada6a5a4ee86ed53aa8a73ba1e6fc51,
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