Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt5645.c450 struct rt5645_eq_param_s *eq_param; member
705 struct rt5645_eq_param_s_be16 *eq_param = in rt5645_hweq_get() local
710 eq_param[i].reg = cpu_to_be16(rt5645->eq_param[i].reg); in rt5645_hweq_get()
711 eq_param[i].val = cpu_to_be16(rt5645->eq_param[i].val); in rt5645_hweq_get()
731 struct rt5645_eq_param_s_be16 *eq_param = in rt5645_hweq_put() local
736 rt5645->eq_param[i].reg = be16_to_cpu(eq_param[i].reg); in rt5645_hweq_put()
737 rt5645->eq_param[i].val = be16_to_cpu(eq_param[i].val); in rt5645_hweq_put()
742 if (rt5645->eq_param[i].reg == 0) in rt5645_hweq_put()
744 else if (rt5645->eq_param[i].reg != RT5645_EQ_CTRL2) in rt5645_hweq_put()
751 if (!rt5645_validate_hweq(rt5645->eq_param[i].reg) && in rt5645_hweq_put()
[all …]