Lines Matching refs:ret
72 int ret;
88 ret = platform_device_add(machine->codec);
89 if (ret)
92 ret = snd_soc_of_parse_card_name(card, "nvidia,model");
93 if (ret)
96 ret = snd_soc_of_parse_audio_routing(card, "nvidia,audio-routing");
97 if (ret)
105 ret = -EINVAL;
111 ret = tegra_asoc_utils_init(&machine->util_data, &pdev->dev);
112 if (ret)
115 ret = tegra_asoc_utils_set_ac97_rate(&machine->util_data);
116 if (ret)
119 ret = snd_soc_register_card(card);
120 if (ret) {
122 ret);
132 return ret;