On Mon, Apr 21, 2014 at 07:14:46PM +0800, Nicolin Chen wrote: > The commit e41975ed (ASoC: core: Fix the DAI name getting) added a break > within the "if (id < 0 || id >= pos->num_dai)" while the original design > of the search didn't break the loop if that condition contented but only > mark the ret error and let it go on to search the next component. Applied, thanks.