1. 23 4月, 2014 1 次提交
    • N
      ASoC: core: Don't break component searching if both id and num_dai are 0 · 3dcba280
      Nicolin Chen 提交于
      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.
      
      In a case like dmaengine which's not a dai but as a component sharing an
      identical name with a dai, both the id and pos->num_dai here could be 0.
      If we break the search, we may never find the dai we want as it might be
      placed behind its dmaengine in the component list.
      
      So this patch fixes the issue above by following the original design to
      let the search carry on.
      Signed-off-by: NNicolin Chen <Guangyu.Chen@freescale.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      3dcba280
  2. 21 4月, 2014 1 次提交
  3. 19 4月, 2014 1 次提交
  4. 15 4月, 2014 10 次提交
  5. 08 4月, 2014 3 次提交
  6. 07 4月, 2014 2 次提交
  7. 04 4月, 2014 2 次提交
  8. 01 4月, 2014 5 次提交
  9. 27 3月, 2014 1 次提交
  10. 26 3月, 2014 3 次提交
  11. 25 3月, 2014 5 次提交
  12. 24 3月, 2014 1 次提交
  13. 23 3月, 2014 1 次提交
  14. 22 3月, 2014 3 次提交
  15. 20 3月, 2014 1 次提交