Home
last modified time | relevance | path

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

/linux/sound/soc/fsl/
H A Dimx-card.c207 static const u32 akcodec_rates[] = { variable
428 for (i = 0; i < ARRAY_SIZE(akcodec_rates); i++) { in ak5558_hw_rule_rate()
429 mclk_freq = fs * akcodec_rates[i]; in ak5558_hw_rule_rate()
437 if (t.max < akcodec_rates[i]) in ak5558_hw_rule_rate()
438 t.max = akcodec_rates[i]; in ak5558_hw_rule_rate()
847 plat_data->support_rates = akcodec_rates; in imx_card_probe()
848 plat_data->num_rates = ARRAY_SIZE(akcodec_rates); in imx_card_probe()