From 4447ef93962129031201bdb959690d523695230d Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 20 Jan 2009 18:21:23 +0100 Subject: [PATCH] --- yaml --- r: 132983 b: refs/heads/master c: 41b5b01afb71226653282951965d5efa9d7b843d h: refs/heads/master i: 132981: 67150363c6e4e0248c53066fe4f26affe382376a 132979: 03bf13f52855f83b1d63cec5a85826432f42c211 132975: 917f46a58d1301e3d784e23f203ea5e651fdf000 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_codec.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 938db1369008..cd190c8b8ba5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: caa10b6e808a4d65eb0306f0006308244f2b8d79 +refs/heads/master: 41b5b01afb71226653282951965d5efa9d7b843d diff --git a/trunk/sound/pci/hda/hda_codec.c b/trunk/sound/pci/hda/hda_codec.c index 2d6f72ca0140..0129e95672ae 100644 --- a/trunk/sound/pci/hda/hda_codec.c +++ b/trunk/sound/pci/hda/hda_codec.c @@ -2613,7 +2613,7 @@ int snd_hda_codec_build_pcms(struct hda_codec *codec) int dev; if (!cpcm->stream[0].substreams && !cpcm->stream[1].substreams) - return 0; /* no substreams assigned */ + continue; /* no substreams assigned */ if (!cpcm->pcm) { dev = get_empty_pcm_device(codec->bus, cpcm->pcm_type);