Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dmax98095.c280 unsigned int bq_reg; in m98095_biquad_band() local
288 bq_reg = dai ? M98095_17E_DAI2_BQ_BASE : M98095_174_DAI1_BQ_BASE; in m98095_biquad_band()
291 bq_reg += band * (M98095_COEFS_PER_BAND << 1); in m98095_biquad_band()
295 snd_soc_component_write(component, bq_reg++, M98095_BYTE1(coefs[i])); in m98095_biquad_band()
296 snd_soc_component_write(component, bq_reg++, M98095_BYTE0(coefs[i])); in m98095_biquad_band()