commit | c480f79bdca58923e605ff5e4698cfe1779bae70 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Sep 03 09:43:38 2007 +0200 |
committer | Jaroslav Kysela <perex@perex.cz> | Tue Oct 16 15:59:41 2007 +0200 |
tree | 775e8cfd0d087c1ee7c5f11c016f2e89167c70c1 | |
parent | dc81bed127a93e20d2100624273a27369738ffc7 [diff] |
[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 <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>