Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/fsl/
H A Dimx-card.c199 static const u32 akcodec_rates[] = { variable
416 for (i = 0; i < ARRAY_SIZE(akcodec_rates); i++) { in ak5558_hw_rule_rate()
417 mclk_freq = fs * akcodec_rates[i]; in ak5558_hw_rule_rate()
425 if (t.max < akcodec_rates[i]) in ak5558_hw_rule_rate()
426 t.max = akcodec_rates[i]; in ak5558_hw_rule_rate()
814 plat_data->support_rates = akcodec_rates; in imx_card_probe()
815 plat_data->num_rates = ARRAY_SIZE(akcodec_rates); in imx_card_probe()