Searched refs:ak4497_fs_mul (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/soc/fsl/
H A Dimx-card.c151 static struct imx_akcodec_fs_mul ak4497_fs_mul[] = { variable in typeref:struct:imx_akcodec_fs_mul
574 for (i = 0; i < ARRAY_SIZE(ak4497_fs_mul); i++) {
575 if (ak4497_fs_mul[i].rmin == 705600 &&
576 ak4497_fs_mul[i].rmax == 768000) {
577 ak4497_fs_mul[i].wmin = 32;
578 ak4497_fs_mul[i].wmax = 32;
789 plat_data->fs_mul = ak4497_fs_mul;
790 plat_data->num_fs_mul = ARRAY_SIZE(ak4497_fs_mul);

Completed in 187 milliseconds