Searched refs:sample_res (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/staging/most/sound/ |
| D | sound.c | 475 static int split_arg_list(char *buf, u16 *ch_num, char **sample_res) in split_arg_list() argument 486 *sample_res = strsep(&buf, ".\n"); in split_arg_list() 487 if (!*sample_res) in split_arg_list() 498 const char *sample_res; member 509 u16 ch_num, char *sample_res, in audio_set_hw_params() argument 515 if (!strcmp(sample_res, sinfo[i].sample_res)) in audio_set_hw_params() 585 char *sample_res; in audio_probe_channel() local 596 ret = split_arg_list(arg_list_cpy, &ch_num, &sample_res); in audio_probe_channel() 652 ret = audio_set_hw_params(&channel->pcm_hardware, ch_num, sample_res, in audio_probe_channel()
|