Home
last modified time | relevance | path

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

/openbmc/linux/drivers/most/
H A Dmost_snd.c416 static int split_arg_list(char *buf, u16 *ch_num, char **sample_res) in split_arg_list() argument
427 *sample_res = strsep(&buf, ".\n"); in split_arg_list()
428 if (!*sample_res) in split_arg_list()
438 const char *sample_res; member
449 u16 ch_num, char *sample_res, in audio_set_hw_params() argument
455 if (!strcmp(sample_res, sinfo[i].sample_res)) in audio_set_hw_params()
525 char *sample_res; in audio_probe_channel() local
533 ret = split_arg_list(arg_list_cpy, &ch_num, &sample_res); in audio_probe_channel()
589 ret = audio_set_hw_params(&channel->pcm_hardware, ch_num, sample_res, in audio_probe_channel()