Lines Matching refs:ret
125 int ret;
133 ret = snd_card_new(&cx->pci_dev->dev,
137 if (ret) {
139 __func__, ret);
144 ret = snd_cx18_card_create(v4l2_dev, sc, &cxsc);
145 if (ret) {
147 __func__, ret);
155 ret = snd_cx18_pcm_create(cxsc);
156 if (ret) {
158 __func__, ret);
168 ret = snd_card_register(sc);
169 if (ret) {
172 __func__, ret);
183 return ret;
268 int ret;
273 ret = driver_for_each_device(drv, NULL, NULL, cx18_alsa_exit_callback);
274 (void)ret; /* suppress compiler warning */