Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dmax98095.c283 unsigned int bq_reg; in m98095_biquad_band() local
291 bq_reg = dai ? M98095_17E_DAI2_BQ_BASE : M98095_174_DAI1_BQ_BASE; in m98095_biquad_band()
294 bq_reg += band * (M98095_COEFS_PER_BAND << 1); in m98095_biquad_band()
298 snd_soc_write(codec, bq_reg++, M98095_BYTE1(coefs[i])); in m98095_biquad_band()
299 snd_soc_write(codec, bq_reg++, M98095_BYTE0(coefs[i])); in m98095_biquad_band()