Lines Matching refs:coef_set
1431 struct max98088_eq_cfg *coef_set; in max98088_setup_eq1() local
1462 coef_set = &pdata->eq_cfg[sel]; in max98088_setup_eq1()
1464 m98088_eq_band(component, 0, 0, coef_set->band1); in max98088_setup_eq1()
1465 m98088_eq_band(component, 0, 1, coef_set->band2); in max98088_setup_eq1()
1466 m98088_eq_band(component, 0, 2, coef_set->band3); in max98088_setup_eq1()
1467 m98088_eq_band(component, 0, 3, coef_set->band4); in max98088_setup_eq1()
1468 m98088_eq_band(component, 0, 4, coef_set->band5); in max98088_setup_eq1()
1478 struct max98088_eq_cfg *coef_set; in max98088_setup_eq2() local
1509 coef_set = &pdata->eq_cfg[sel]; in max98088_setup_eq2()
1511 m98088_eq_band(component, 1, 0, coef_set->band1); in max98088_setup_eq2()
1512 m98088_eq_band(component, 1, 1, coef_set->band2); in max98088_setup_eq2()
1513 m98088_eq_band(component, 1, 2, coef_set->band3); in max98088_setup_eq2()
1514 m98088_eq_band(component, 1, 3, coef_set->band4); in max98088_setup_eq2()
1515 m98088_eq_band(component, 1, 4, coef_set->band5); in max98088_setup_eq2()