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

/linux-4.4.14/sound/soc/codecs/
H A Dmax98088.c313 unsigned int eq_reg; m98088_eq_band() local
321 eq_reg = dai ? M98088_REG_84_DAI2_EQ_BASE : M98088_REG_52_DAI1_EQ_BASE; m98088_eq_band()
324 eq_reg += band * (M98088_COEFS_PER_BAND << 1); m98088_eq_band()
328 snd_soc_write(codec, eq_reg++, M98088_BYTE1(coefs[i])); m98088_eq_band()
329 snd_soc_write(codec, eq_reg++, M98088_BYTE0(coefs[i])); m98088_eq_band()
H A Dmax98095.c257 unsigned int eq_reg; m98095_eq_band() local
265 eq_reg = dai ? M98095_142_DAI2_EQ_BASE : M98095_110_DAI1_EQ_BASE; m98095_eq_band()
268 eq_reg += band * (M98095_COEFS_PER_BAND << 1); m98095_eq_band()
272 snd_soc_write(codec, eq_reg++, M98095_BYTE1(coefs[i])); m98095_eq_band()
273 snd_soc_write(codec, eq_reg++, M98095_BYTE0(coefs[i])); m98095_eq_band()

Completed in 54 milliseconds