Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/fsl/
Dfsl_asrc.c30 static unsigned int supported_asrc_rate[] = { variable
36 .count = ARRAY_SIZE(supported_asrc_rate),
37 .list = supported_asrc_rate,
385 for (in = 0; in < ARRAY_SIZE(supported_asrc_rate); in++) in fsl_asrc_config_pair()
386 if (inrate == supported_asrc_rate[in]) in fsl_asrc_config_pair()
389 if (in == ARRAY_SIZE(supported_asrc_rate)) { in fsl_asrc_config_pair()
394 for (out = 0; out < ARRAY_SIZE(supported_asrc_rate); out++) in fsl_asrc_config_pair()
395 if (outrate == supported_asrc_rate[out]) in fsl_asrc_config_pair()
398 if (out == ARRAY_SIZE(supported_asrc_rate)) { in fsl_asrc_config_pair()