Searched refs:supported_asrc_rate (Results 1 – 1 of 1) sorted by relevance
30 static unsigned int supported_asrc_rate[] = { variable36 .count = ARRAY_SIZE(supported_asrc_rate),37 .list = supported_asrc_rate,297 for (in = 0; in < ARRAY_SIZE(supported_asrc_rate); in++) in fsl_asrc_config_pair()298 if (inrate == supported_asrc_rate[in]) in fsl_asrc_config_pair()301 if (in == ARRAY_SIZE(supported_asrc_rate)) { in fsl_asrc_config_pair()306 for (out = 0; out < ARRAY_SIZE(supported_asrc_rate); out++) in fsl_asrc_config_pair()307 if (outrate == supported_asrc_rate[out]) in fsl_asrc_config_pair()310 if (out == ARRAY_SIZE(supported_asrc_rate)) { in fsl_asrc_config_pair()