Searched refs:cmd_str (Results 1 - 1 of 1) sorted by relevance
/hardware/qcom/audio/legacy/libalsa-intf/ |
H A D | alsaucm_test.c | 67 const char *cmd_str; member in struct:cmd 177 for (cmd = cmds; cmd->cmd_str != NULL; cmd++) { 178 if (strncmp(cmd->cmd_str, command, strlen(cmd->cmd_str)) == 0) 182 if (cmd->cmd_str == NULL) { 208 fprintf(stderr, "%s: error failed to open sound card %s: %d\n", cmd->cmd_str, identifier, err); 217 fprintf(stderr, "%s: error failed to get card list: %d\n", cmd->cmd_str, err); 232 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str); 238 fprintf(stderr, "%s: error failed to reset sound card %d\n", cmd->cmd_str, err); 245 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str); [all...] |
Completed in 80 milliseconds