Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Des8326.c609 regmap_write(es8326->regmap, ES8326_HP_CAL, ES8326_HP_OFF); in es8326_mute()
624 regmap_write(es8326->regmap, ES8326_HP_CAL, ES8326_HP_FORCE_CAL); in es8326_mute()
626 regmap_write(es8326->regmap, ES8326_HP_CAL, ES8326_HP_OFF); in es8326_mute()
644 regmap_write(es8326->regmap, ES8326_HP_CAL, ES8326_HP_ON); in es8326_mute()
1003 regmap_write(es8326->regmap, ES8326_HP_CAL, 0xd4); in es8326_calibrate()
1005 regmap_write(es8326->regmap, ES8326_HP_CAL, 0x4d); in es8326_calibrate()
1007 regmap_write(es8326->regmap, ES8326_HP_CAL, ES8326_HP_OFF); in es8326_calibrate()
1061 regmap_write(es8326->regmap, ES8326_HP_CAL, 0x00); in es8326_init()
H A Des8326.h53 #define ES8326_HP_CAL 0x27 macro