Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
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()
448 audio_set_hw_params(struct snd_pcm_hardware *pcm_hw, u16 ch_num, char *sample_res, struct most_channel_config *cfg) audio_set_hw_params() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/most/sound/
H A Dsound.c424 static int split_arg_list(char *buf, u16 *ch_num, char **sample_res) in split_arg_list() argument
435 *sample_res = strsep(&buf, ".\n"); in split_arg_list()
436 if (!*sample_res) in split_arg_list()
446 const char *sample_res; member
457 u16 ch_num, char *sample_res, in audio_set_hw_params()
463 if (!strcmp(sample_res, sinfo[i].sample_res)) in audio_set_hw_params()
533 char *sample_res; in audio_probe_channel() local
541 ret = split_arg_list(arg_list_cpy, &ch_num, &sample_res); in audio_probe_channel()
597 ret = audio_set_hw_params(&channel->pcm_hardware, ch_num, sample_res, in audio_probe_channel()
456 audio_set_hw_params(struct snd_pcm_hardware *pcm_hw, u16 ch_num, char *sample_res, struct most_channel_config *cfg) audio_set_hw_params() argument
[all...]

Completed in 3 milliseconds