Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dmax98095.c1496 struct max98095_eq_cfg *coef_set; in max98095_put_eq_enum() local
1528 coef_set = &pdata->eq_cfg[best]; in max98095_put_eq_enum()
1539 m98095_eq_band(component, channel, 0, coef_set->band1); in max98095_put_eq_enum()
1540 m98095_eq_band(component, channel, 1, coef_set->band2); in max98095_put_eq_enum()
1541 m98095_eq_band(component, channel, 2, coef_set->band3); in max98095_put_eq_enum()
1542 m98095_eq_band(component, channel, 3, coef_set->band4); in max98095_put_eq_enum()
1543 m98095_eq_band(component, channel, 4, coef_set->band5); in max98095_put_eq_enum()
1649 struct max98095_biquad_cfg *coef_set; in max98095_put_bq_enum() local
1681 coef_set = &pdata->bq_cfg[best]; in max98095_put_bq_enum()
1692 m98095_biquad_band(component, channel, 0, coef_set->band1); in max98095_put_bq_enum()
[all …]