Home
last modified time | relevance | path

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

/linux/drivers/most/
A Dmost_snd.c414 static int split_arg_list(char *buf, u16 *ch_num, char **sample_res) in split_arg_list() argument
425 *sample_res = strsep(&buf, ".\n"); in split_arg_list()
426 if (!*sample_res) in split_arg_list()
436 const char *sample_res; member
447 u16 ch_num, char *sample_res, in audio_set_hw_params() argument
453 if (!strcmp(sample_res, sinfo[i].sample_res)) in audio_set_hw_params()
523 char *sample_res; in audio_probe_channel() local
531 ret = split_arg_list(arg_list_cpy, &ch_num, &sample_res); in audio_probe_channel()
587 ret = audio_set_hw_params(&channel->pcm_hardware, ch_num, sample_res, in audio_probe_channel()

Completed in 6 milliseconds