Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/fsl/
Dfsl_asrc.c35 static unsigned int supported_asrc_rate[] = { variable
41 .count = ARRAY_SIZE(supported_asrc_rate),
42 .list = supported_asrc_rate,
439 for (in = 0; in < ARRAY_SIZE(supported_asrc_rate); in++) in fsl_asrc_config_pair()
440 if (inrate == supported_asrc_rate[in]) in fsl_asrc_config_pair()
443 if (in == ARRAY_SIZE(supported_asrc_rate)) { in fsl_asrc_config_pair()
448 for (out = 0; out < ARRAY_SIZE(supported_asrc_rate); out++) in fsl_asrc_config_pair()
449 if (outrate == supported_asrc_rate[out]) in fsl_asrc_config_pair()
452 if (out == ARRAY_SIZE(supported_asrc_rate)) { in fsl_asrc_config_pair()