Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/fsl/
Dimx-card.c186 static const u32 akcodec_rates[] = { variable
381 for (i = 0; i < ARRAY_SIZE(akcodec_rates); i++) { in ak5558_hw_rule_rate()
382 mclk_freq = fs * akcodec_rates[i]; in ak5558_hw_rule_rate()
390 if (t.max < akcodec_rates[i]) in ak5558_hw_rule_rate()
391 t.max = akcodec_rates[i]; in ak5558_hw_rule_rate()
762 plat_data->support_rates = akcodec_rates; in imx_card_probe()
763 plat_data->num_rates = ARRAY_SIZE(akcodec_rates); in imx_card_probe()