Lu Guanqun c51def6598 ASoC: fix config error path
initialize ret to invalid value so that when we reach the config error path in
soc_pcm_open, it will return the correct error code. without this patch, though
config error path is executed, soc_pcm_open will return 0 in
snd_pcm_open_substream and then cause double release of substream.

Signed-off-by: Lu Guanqun <guanqun.lu@intel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2011-04-07 08:25:45 +09:00
..
2010-11-22 14:04:41 +00:00
2011-03-26 17:24:55 +00:00
2010-11-22 14:04:41 +00:00
2010-11-22 14:04:41 +00:00
2011-04-06 23:13:48 +09:00
2011-01-10 22:21:09 +00:00
2011-01-10 22:21:09 +00:00
2011-04-07 08:25:45 +09:00