Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_audio/src/
Dsst_proxy.h14 gboolean mix_sst_params_convert(MixAudioConfigParams *params, struct snd_sst_params *s);
Dsst_proxy.c38 gboolean mix_sst_params_convert(MixAudioConfigParams *acp, struct snd_sst_params *s) in mix_sst_params_convert() function
Dmixaudio.c447 gboolean converted = mix_sst_params_convert(params, &sst_params); in mix_audio_SST_SET_PARAMS()