Searched refs:fixed_sysclk (Results 1 – 1 of 1) sorted by relevance
265 unsigned int *fixed_sysclk) in asoc_simple_check_fixed_sysclk() argument 268 if (*fixed_sysclk && *fixed_sysclk != dai->sysclk) { in asoc_simple_check_fixed_sysclk() 270 *fixed_sysclk, dai->sysclk); in asoc_simple_check_fixed_sysclk() 273 *fixed_sysclk = dai->sysclk; in asoc_simple_check_fixed_sysclk() 285 unsigned int fixed_sysclk = 0; in asoc_simple_startup() local 293 ret = asoc_simple_check_fixed_sysclk(rtd->dev, dai, &fixed_sysclk); in asoc_simple_startup() 302 ret = asoc_simple_check_fixed_sysclk(rtd->dev, dai, &fixed_sysclk); in asoc_simple_startup() 307 if (fixed_sysclk && props->mclk_fs) { in asoc_simple_startup() 308 unsigned int fixed_rate = fixed_sysclk / prop in asoc_simple_startup() [all...]