Lines Matching refs:ret
136 int ret;
144 ret = snd_pcm_hw_constraint_step(substream->runtime, 0,
147 if (ret)
148 return ret;
150 ret = snd_pcm_hw_constraint_step(substream->runtime, 0,
153 if (ret)
154 return ret;
156 ret = clk_prepare_enable(fifo->pclk);
157 if (ret)
158 return ret;
160 ret = request_irq(fifo->irq, aiu_fifo_isr, 0, dev_name(dai->dev),
162 if (ret)
165 return ret;
183 int ret;
185 ret = dma_coerce_mask_and_coherent(card->dev, DMA_BIT_MASK(32));
186 if (ret)
187 return ret;