dac performance test

Signed-off-by: zhangyalei <zhangyalei7@huawei.com>
This commit is contained in:
zhangyalei
2022-02-15 18:41:08 -08:00
parent 76b7c94c3b
commit dcebd4a8c4
+5 -1
View File
@@ -289,8 +289,12 @@ int32_t DacTestExecute(int cmd)
break;
}
// At last test case.
if (cmd == DAC_TEST_CMD_IF_PERFORMANCE) {
DacTesterPut(DacTesterGet());
}
__EXIT__:
HDF_LOGE("[%s][======cmd:%d====ret:%d======]", __func__, cmd, ret);
DacTesterPut(DacTesterGet());
return ret;
}