Home | History | Annotate | Download | only in libalsa-intf

Lines Matching full:stderr

100                 fprintf(stderr, "alsaucm_test: error reading cmd\n");
125 fprintf(stderr, "alsaucm_test: Failed to create server\n");
173 fprintf(stderr, "NULL pointer encountered. Invalid value for command");
183 fprintf(stderr, "Unknown command '%s'\n", command);
191 fprintf(stderr, "NULL pointer encountered. Invalid value for identifier");
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);
251 fprintf(stderr, "%s: error failed to reload manager %d\n", cmd->cmd_str, err);
258 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str);
264 fprintf(stderr, "%s: error failed to get list %s: %d\n", cmd->cmd_str, identifier, err);
279 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str);
285 fprintf(stderr, "%s: error failed to set %s=%s: %d\n", cmd->cmd_str, identifier, value, err);
292 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str);
298 fprintf(stderr, "%s: error failed to get %s: %d\n", cmd->cmd_str, identifier, err);
307 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str);
313 fprintf(stderr, "%s: error failed to get integer %s: %d\n", cmd->cmd_str, identifier, err);