]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Check invalid NIDs in alc_init_jacks()
authorTakashi Iwai <tiwai@suse.de>
Tue, 21 Sep 2010 09:26:21 +0000 (11:26 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 21 Sep 2010 09:26:21 +0000 (11:26 +0200)
commit7771392277b51e2d8a60bd4db9853b1ddb03fee7
tree2f6dc49ca61476910903a918ac19bddaa8498e14
parent974022261ebf4cbaecf441d649dec2cceedba523
ALSA: hda - Check invalid NIDs in alc_init_jacks()

The headphone and external-mic pin NIDs can be null, and the jack input
elements should be skipped in such a case.

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