Home
last modified time | relevance | path

Searched refs:string (Results 1 – 5 of 5) sorted by relevance

/sound/soc/sof/
A Dsof-client-ipc-flood-test.c162 char *string; in sof_ipc_flood_dfs_write() local
168 string = kzalloc(count + 1, GFP_KERNEL); in sof_ipc_flood_dfs_write()
169 if (!string) in sof_ipc_flood_dfs_write()
172 if (copy_from_user(string, buffer, count)) { in sof_ipc_flood_dfs_write()
189 ret = kstrtoul(string, 0, &ipc_duration_ms); in sof_ipc_flood_dfs_write()
191 ret = kstrtoul(string, 0, &ipc_count); in sof_ipc_flood_dfs_write()
234 kfree(string); in sof_ipc_flood_dfs_write()
A Dipc3-dtrace.c110 static int trace_filter_parse(struct snd_sof_dev *sdev, char *string, in trace_filter_parse() argument
115 char *entry = string; in trace_filter_parse()
134 while ((entry = strsep(&string, entry_delimiter))) { in trace_filter_parse()
189 char *string; in dfsentry_trace_filter_write() local
198 string = memdup_user_nul(from, count); in dfsentry_trace_filter_write()
199 if (IS_ERR(string)) in dfsentry_trace_filter_write()
200 return PTR_ERR(string); in dfsentry_trace_filter_write()
202 ret = trace_filter_parse(sdev, string, &num_elems, &elems); in dfsentry_trace_filter_write()
215 kfree(string); in dfsentry_trace_filter_write()
A Dtopology.c571 elem = &array->string[i]; in sof_copy_tuples()
580 "%s", elem->string); in sof_copy_tuples()
638 elem = &array->string[i]; in sof_parse_string_tokens()
651 ret = tokens[j].get_token(elem->string, object, offset + tokens[j].offset); in sof_parse_string_tokens()
/sound/core/
A Dinfo_oss.c24 int snd_oss_info_register(int dev, int num, char *string) in snd_oss_info_register() argument
33 if (string == NULL) { in snd_oss_info_register()
38 x = kstrdup(string, GFP_KERNEL); in snd_oss_info_register()
/sound/soc/intel/avs/
A Dtopology.c191 snprintf(val, SNDRV_CTL_ELEM_ID_NAME_MAXLEN, "%s", tuple->string); in avs_parse_string_token()
231 tuple = &tuples->string[i]; in avs_parse_string_tokens()
418 avs_ssp_sprint(val, SNDRV_CTL_ELEM_ID_NAME_MAXLEN, tuple->string, ssp_port, tdm_slot); in parse_link_formatted_string()

Completed in 17 milliseconds