Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drk3328_codec.c53 { HPOUT_POP_CTRL, 0x11 },
158 { HPOUT_POP_CTRL, HPOUTR_POP_MASK | HPOUTL_POP_MASK,
224 { HPOUT_POP_CTRL, HPOUTR_POP_MASK | HPOUTL_POP_MASK,
392 case HPOUT_POP_CTRL: in rk3328_codec_write_read_reg()
413 .max_register = HPOUT_POP_CTRL,
H A Drk3328_codec.h26 #define HPOUT_POP_CTRL (0x2a << 2) macro