Lines Matching defs:ret
204 int ret = 0;
224 ret = -EINVAL;
227 return ret;
244 int ret;
246 ret = snd_soc_set_runtime_hwparams(substream, &txx9aclc_pcm_hardware);
247 if (ret)
248 return ret;
250 ret = snd_pcm_hw_constraint_integer(substream->runtime,
252 if (ret < 0)
253 return ret;
279 int ret;
289 ret = -EBUSY;
293 ret = txx9aclc_dma_init(dev, &dev->dmadata[i]);
294 if (ret)
308 return ret;