Home
last modified time | relevance | path

Searched refs:nhlt_file (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-utils/nhlt/
H A Dnhlt-dmic-info.c231 static int nhlt_to_json(FILE *out, const char *nhlt_file) in nhlt_to_json() argument
239 if (stat(nhlt_file, &st)) in nhlt_to_json()
247 fd = open(nhlt_file, O_RDONLY); in nhlt_to_json()
250 fprintf(stderr, "Unable to open file '%s': %s\n", nhlt_file, strerror(errno)); in nhlt_to_json()
333 char *nhlt_file = NHLT_FILE; in main() local
376 nhlt_file = optarg; in main()
418 if (nhlt_to_json(output, nhlt_file)) in main()

Completed in 2 milliseconds