Searched refs:ES8326_RESET (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | es8326.c | 501 snd_soc_component_update_bits(component, ES8326_RESET, in es8326_set_dai_fmt() 662 regmap_update_bits(es8326->regmap, ES8326_RESET, 0x02, 0x02); in es8326_set_bias_level() 670 regmap_update_bits(es8326->regmap, ES8326_RESET, 0x02, 0x00); in es8326_set_bias_level() 972 regmap_write(es8326->regmap, ES8326_RESET, 0xc0); in es8326_calibrate() 1002 regmap_write(es8326->regmap, ES8326_RESET, 0x1f); in es8326_init() 1016 regmap_write(es8326->regmap, ES8326_RESET, 0x17); in es8326_init() 1064 regmap_write(es8326->regmap, ES8326_RESET, ES8326_CSM_ON); in es8326_init()
|
D | es8326.h | 13 #define ES8326_RESET 0x00 macro
|