Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dmax98095.c546 unsigned int bq_reg; in m98095_biquad_band() local
554 bq_reg = dai ? M98095_17E_DAI2_BQ_BASE : M98095_174_DAI1_BQ_BASE; in m98095_biquad_band()
557 bq_reg += band * (M98095_COEFS_PER_BAND << 1); in m98095_biquad_band()
561 snd_soc_write(codec, bq_reg++, M98095_BYTE1(coefs[i])); in m98095_biquad_band()
562 snd_soc_write(codec, bq_reg++, M98095_BYTE0(coefs[i])); in m98095_biquad_band()