Searched refs:eq_reg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | max98088.c | 313 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 D | max98095.c | 254 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()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | max98088.c | 313 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 D | max98095.c | 254 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()
|
Completed in 11 milliseconds