commit | 41b5b01afb71226653282951965d5efa9d7b843d | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jan 20 18:21:23 2009 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Jan 20 18:21:23 2009 +0100 |
tree | db96b8e26cbc9532ed37e68e48ef9ce1d5457886 | |
parent | caa10b6e808a4d65eb0306f0006308244f2b8d79 [diff] |
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 <tiwai@suse.de>