Lines Matching refs:coef_set
1659 struct max98088_eq_cfg *coef_set; in max98088_setup_eq1() local
1690 coef_set = &pdata->eq_cfg[sel]; in max98088_setup_eq1()
1692 m98088_eq_band(codec, 0, 0, coef_set->band1); in max98088_setup_eq1()
1693 m98088_eq_band(codec, 0, 1, coef_set->band2); in max98088_setup_eq1()
1694 m98088_eq_band(codec, 0, 2, coef_set->band3); in max98088_setup_eq1()
1695 m98088_eq_band(codec, 0, 3, coef_set->band4); in max98088_setup_eq1()
1696 m98088_eq_band(codec, 0, 4, coef_set->band5); in max98088_setup_eq1()
1706 struct max98088_eq_cfg *coef_set; in max98088_setup_eq2() local
1737 coef_set = &pdata->eq_cfg[sel]; in max98088_setup_eq2()
1739 m98088_eq_band(codec, 1, 0, coef_set->band1); in max98088_setup_eq2()
1740 m98088_eq_band(codec, 1, 1, coef_set->band2); in max98088_setup_eq2()
1741 m98088_eq_band(codec, 1, 2, coef_set->band3); in max98088_setup_eq2()
1742 m98088_eq_band(codec, 1, 3, coef_set->band4); in max98088_setup_eq2()
1743 m98088_eq_band(codec, 1, 4, coef_set->band5); in max98088_setup_eq2()