Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Des8326.c609 regmap_write(es8326->regmap, ES8326_HP_CAL, ES8326_HP_OFF); in es8326_mute()
620 regmap_write(es8326->regmap, ES8326_HP_CAL, ES8326_HP_FORCE_CAL); in es8326_mute()
622 regmap_write(es8326->regmap, ES8326_HP_CAL, ES8326_HP_OFF); in es8326_mute()
638 regmap_write(es8326->regmap, ES8326_HP_CAL, ES8326_HP_ON); in es8326_mute()
980 regmap_write(es8326->regmap, ES8326_HP_CAL, 0xd4); in es8326_calibrate()
982 regmap_write(es8326->regmap, ES8326_HP_CAL, 0x4d); in es8326_calibrate()
984 regmap_write(es8326->regmap, ES8326_HP_CAL, ES8326_HP_OFF); in es8326_calibrate()
1038 regmap_write(es8326->regmap, ES8326_HP_CAL, 0x00); in es8326_init()
Des8326.h53 #define ES8326_HP_CAL 0x27 macro