]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix PCM reference NID for STAC/IDT analog outputs
authorTakashi Iwai <tiwai@suse.de>
Fri, 23 Jan 2009 10:55:42 +0000 (11:55 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 23 Jan 2009 10:55:42 +0000 (11:55 +0100)
commitc147f51e09b9fd5748ea1a349b5fa7622d677bb6
tree433fd9cb67caa37359f4e5e58d6cb688630360be
parentf3568d1ae893f6f387fa4e9599f687e5bdd14e91
ALSA: hda - Fix PCM reference NID for STAC/IDT analog outputs

The reference NID for the analog outputs of STAC/IDT codecs is set
to a fixed number 0x02.  But this isn't always correct and in many
codecs it points to a non-existing NID.

This patch fixes the initialization of the PCM reference NID taken
from the actually probed DAC list.

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