From: Takashi Iwai Date: Tue, 20 Jan 2009 17:21:23 +0000 (+0100) Subject: ALSA: hda - Don't break the PCM creation loop X-Git-Tag: v2.6.30-rc1~676^2~12^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41b5b01afb71226653282951965d5efa9d7b843d;p=pandora-kernel.git ALSA: hda - Don't break the PCM creation loop Don't break the loop in snd_hda_codec_build_pcms() even if the item has no substreams. It's possible that it's an empty item and the next item containing the valid substreams (e.g. realtek codecs may create the analog and alt-analog but no digitl streams). Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed