Searched refs:supported_asrc_rate (Results 1 – 1 of 1) sorted by relevance
35 static unsigned int supported_asrc_rate[] = { variable41 .count = ARRAY_SIZE(supported_asrc_rate),42 .list = supported_asrc_rate,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()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()1177 cap->rate_in = supported_asrc_rate; in fsl_asrc_m2m_get_cap()1178 cap->rate_in_count = ARRAY_SIZE(supported_asrc_rate); in fsl_asrc_m2m_get_cap()1179 cap->rate_out = supported_asrc_rate; in fsl_asrc_m2m_get_cap()[all …]