commit | 3c6aae4489e7c05f3685e9eaa538249be7c79ebe | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jul 10 12:52:27 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jul 10 12:56:41 2009 +0200 |
tree | 95d1db12b1668da922684d45acd156fe308ca35f | |
parent | 31909b83ea5b4035ce129bb0df622ec2d2fb3e96 [diff] |
ALSA: hda - Check codec errors in snd_hda_get_connections() The codec read errors in snd_hda_get_connections() are ignored so far, and it causes a problem like the bug in the commit 9d30937accf2c01e8b0bd59787409a7348cbbcb7 ALSA: hda_intel: more strict alc880_parse_auto_config dig_nid checking Better to check errors in the function and returns a proper error code rather than passing bogus NID values. Signed-off-by: Takashi Iwai <tiwai@suse.de>