Home
last modified time | relevance | path

Searched refs:hs_extmute (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dtwl4030-audio.txt17 -ti,hs_extmute: Use external mute for HS pop reduction
/openbmc/linux/sound/soc/codecs/
H A Dtwl4030.c41 unsigned int hs_extmute:1; member
214 board_params->hs_extmute = value; in twl4030_get_board_param_values()
218 board_params->hs_extmute = 1; in twl4030_get_board_param_values()
254 if (board_params && board_params->hs_extmute) { in twl4030_init_chip()
716 if (board_params && board_params->hs_extmute) { in headset_ramp()
752 if (board_params && board_params->hs_extmute) { in headset_ramp()
2181 if (board_params && board_params->hs_extmute && in twl4030_soc_remove()
/openbmc/linux/include/linux/mfd/
H A Dtwl.h675 unsigned int hs_extmute:1; member