Lines Matching defs:coef_set
1428 struct max98088_eq_cfg *coef_set;
1459 coef_set = &pdata->eq_cfg[sel];
1461 m98088_eq_band(component, 0, 0, coef_set->band1);
1462 m98088_eq_band(component, 0, 1, coef_set->band2);
1463 m98088_eq_band(component, 0, 2, coef_set->band3);
1464 m98088_eq_band(component, 0, 3, coef_set->band4);
1465 m98088_eq_band(component, 0, 4, coef_set->band5);
1475 struct max98088_eq_cfg *coef_set;
1506 coef_set = &pdata->eq_cfg[sel];
1508 m98088_eq_band(component, 1, 0, coef_set->band1);
1509 m98088_eq_band(component, 1, 1, coef_set->band2);
1510 m98088_eq_band(component, 1, 2, coef_set->band3);
1511 m98088_eq_band(component, 1, 3, coef_set->band4);
1512 m98088_eq_band(component, 1, 4, coef_set->band5);