Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/fsl/
Dfsl_asrc.c53 static int supported_asrc_rate[] = { variable
276 for (out = 0; out < ARRAY_SIZE(supported_asrc_rate); out++) in fsl_asrc_config_pair()
277 if (outrate == supported_asrc_rate[out]) in fsl_asrc_config_pair()
280 if (out == ARRAY_SIZE(supported_asrc_rate)) { in fsl_asrc_config_pair()