Lines Matching defs:err
59 int err = output->ops->close(output);
61 return err;
220 int err;
226 err = snd_output_stdio_attach(outputp, fp, 1);
227 if (err < 0)
229 return err;
302 int err;
303 err = snd_output_buffer_need(output, size);
304 if (err < 0)
305 return err;
314 int err;
315 err = snd_output_buffer_need(output, 1);
316 if (err < 0)
317 return err;