Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dmax98088.c1659 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()
[all …]
Dmax98095.c1768 struct max98095_eq_cfg *coef_set; in max98095_put_eq_enum() local
1800 coef_set = &pdata->eq_cfg[best]; in max98095_put_eq_enum()
1810 m98095_eq_band(codec, channel, 0, coef_set->band1); in max98095_put_eq_enum()
1811 m98095_eq_band(codec, channel, 1, coef_set->band2); in max98095_put_eq_enum()
1812 m98095_eq_band(codec, channel, 2, coef_set->band3); in max98095_put_eq_enum()
1813 m98095_eq_band(codec, channel, 3, coef_set->band4); in max98095_put_eq_enum()
1814 m98095_eq_band(codec, channel, 4, coef_set->band5); in max98095_put_eq_enum()
1922 struct max98095_biquad_cfg *coef_set; in max98095_put_bq_enum() local
1954 coef_set = &pdata->bq_cfg[best]; in max98095_put_bq_enum()
1964 m98095_biquad_band(codec, channel, 0, coef_set->band1); in max98095_put_bq_enum()
[all …]