commit | 7b4615ba8108649ed30804450eb054925e347ad3 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Sat Sep 03 13:41:47 2011 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sun Sep 04 08:53:39 2011 -0700 |
tree | 219fb27c95e59605767d856a009b42596f184ae2 | |
parent | efd614ac067a30b5541640e89d08f7afa7601f24 [diff] |
ASoC: sn95031: Fix the logic to find free channel In the case of no free channel available, current implementation returns 0 instead of negative errno. This patch fixes the logic to return -EINVAL if no free channel available. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Vinod Koul <vinod.koul@linux.intel.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>