From: Takashi Iwai Date: Mon, 3 Sep 2007 07:43:38 +0000 (+0200) Subject: [ALSA] hda-codec - Avoid zero NID in line_out_pins[] of STAC codecs X-Git-Tag: v2.6.24-rc1~832^2~124 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c480f79bdca58923e605ff5e4698cfe1779bae70;p=pandora-kernel.git [ALSA] hda-codec - Avoid zero NID in line_out_pins[] of STAC codecs The STAC codes adds line_out_pins[] for shared mic/line-inputs accordingly. But, the current code may give a hole with NID=0 in some setting, which results in an error at probe. This patch fixes the problem. Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed