summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fe3cee8)
raw | patch | inline | side by side (parent: fe3cee8)
author | Frank Livingston <frank-livingston@ti.com> | |
Mon, 23 Apr 2018 20:10:21 +0000 (15:10 -0500) | ||
committer | Frank Livingston <frank-livingston@ti.com> | |
Mon, 23 Apr 2018 20:10:21 +0000 (15:10 -0500) |
pasdk/test_dsp/application/itopo/evmk2g/mcasp_cfg.c | patch | blob | history |
diff --git a/pasdk/test_dsp/application/itopo/evmk2g/mcasp_cfg.c b/pasdk/test_dsp/application/itopo/evmk2g/mcasp_cfg.c
index 63085999fbac9554cfaf30dfca5c2ed99c503b59..481cc7221666ae66505d0c164956cca5ee6f7cad 100644 (file)
status = mcaspBindDev(&mcaspDevHandles[lldCfg->mcaspPort], lldCfg->mcaspPort, &mcaspParams);
if((status != MCASP_COMPLETED) || (mcaspDevHandles[lldCfg->mcaspPort] == NULL)) {
- return (Audk2g_EFAIL);
+ return (Aud_EFAIL);
}
}