Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dmax98088.c313 unsigned int eq_reg; in m98088_eq_band() local
321 eq_reg = dai ? M98088_REG_84_DAI2_EQ_BASE : M98088_REG_52_DAI1_EQ_BASE; in m98088_eq_band()
324 eq_reg += band * (M98088_COEFS_PER_BAND << 1); in m98088_eq_band()
328 snd_soc_component_write(component, eq_reg++, M98088_BYTE1(coefs[i])); in m98088_eq_band()
329 snd_soc_component_write(component, eq_reg++, M98088_BYTE0(coefs[i])); in m98088_eq_band()
H A Dmax98095.c254 unsigned int eq_reg; in m98095_eq_band() local
262 eq_reg = dai ? M98095_142_DAI2_EQ_BASE : M98095_110_DAI1_EQ_BASE; in m98095_eq_band()
265 eq_reg += band * (M98095_COEFS_PER_BAND << 1); in m98095_eq_band()
269 snd_soc_component_write(component, eq_reg++, M98095_BYTE1(coefs[i])); in m98095_eq_band()
270 snd_soc_component_write(component, eq_reg++, M98095_BYTE0(coefs[i])); in m98095_eq_band()