You've already forked hexagonrpc
mirror of
https://github.com/linux-msm/hexagonrpc.git
synced 2026-02-25 13:13:52 -08:00
hexagonrpcd: use the dsp directory as the default for libraries
This variable represents the subdirectory in the dsp/ directory where libraries should be searched. This is the argument to the optional `-d` and is used when creating the filesystem. Initialize it to an empty string so HexagonFS searches in /usr/share/qcom/dsp/ by default.
This commit is contained in:
@@ -237,7 +237,7 @@ int main(int argc, char* argv[])
|
||||
{
|
||||
char *fastrpc_node = NULL;
|
||||
const char *device_dir = "/usr/share/qcom/";
|
||||
const char *dsp;
|
||||
const char *dsp = "";
|
||||
const char **progs;
|
||||
pid_t *pids;
|
||||
size_t n_progs = 0;
|
||||
|
||||
Reference in New Issue
Block a user