Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Des8326.c618 regmap_update_bits(es8326->regmap, ES8326_VMIDSEL, 0x40, 0x40); in es8326_mute()
651 regmap_update_bits(es8326->regmap, ES8326_VMIDSEL, 0x40, 0x00); in es8326_mute()
682 regmap_update_bits(es8326->regmap, ES8326_VMIDSEL, 0x40, 0x40); in es8326_set_bias_level()
693 regmap_update_bits(es8326->regmap, ES8326_VMIDSEL, 0x40, 0x40); in es8326_set_bias_level()
1026 regmap_write(es8326->regmap, ES8326_VMIDSEL, 0x3E); in es8326_init()
1101 regmap_update_bits(es8326->regmap, ES8326_VMIDSEL, 0x40, 0x40); in es8326_init()
H A Des8326.h38 #define ES8326_VMIDSEL 0x18 macro