Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Des8326.c612 regmap_update_bits(es8326->regmap, ES8326_HP_DRIVER_REF, in es8326_mute()
635 regmap_update_bits(es8326->regmap, ES8326_HP_DRIVER_REF, 0x30, 0x20); in es8326_mute()
636 regmap_update_bits(es8326->regmap, ES8326_HP_DRIVER_REF, 0x30, 0x30); in es8326_mute()
857 regmap_update_bits(es8326->regmap, ES8326_HP_DRIVER_REF, 0x0f, 0x03); in es8326_jack_detect_handler()
891 regmap_update_bits(es8326->regmap, ES8326_HP_DRIVER_REF, 0x0f, 0x08); in es8326_jack_detect_handler()
1025 regmap_write(es8326->regmap, ES8326_HP_DRIVER_REF, 0x23); in es8326_init()
1026 regmap_write(es8326->regmap, ES8326_HP_DRIVER_REF, 0x33); in es8326_init()
H A Des8326.h54 #define ES8326_HP_DRIVER_REF 0x28 macro