Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dfsl_asrc.c31 static unsigned int supported_asrc_rate[] = { variable
37 .count = ARRAY_SIZE(supported_asrc_rate),
38 .list = supported_asrc_rate,
435 for (in = 0; in < ARRAY_SIZE(supported_asrc_rate); in++) in fsl_asrc_config_pair()
436 if (inrate == supported_asrc_rate[in]) in fsl_asrc_config_pair()
439 if (in == ARRAY_SIZE(supported_asrc_rate)) { in fsl_asrc_config_pair()
444 for (out = 0; out < ARRAY_SIZE(supported_asrc_rate); out++) in fsl_asrc_config_pair()
445 if (outrate == supported_asrc_rate[out]) in fsl_asrc_config_pair()
448 if (out == ARRAY_SIZE(supported_asrc_rate)) { in fsl_asrc_config_pair()