Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtwl4030.c38 unsigned int hs_extmute:1; member
211 board_params->hs_extmute = value; in twl4030_get_board_param_values()
214 board_params->hs_extmute = 1; in twl4030_get_board_param_values()
250 if (board_params && board_params->hs_extmute) { in twl4030_init_chip()
710 if (board_params && board_params->hs_extmute) { in headset_ramp()
746 if (board_params && board_params->hs_extmute) { in headset_ramp()
/linux/include/linux/mfd/
H A Dtwl.h655 unsigned int hs_extmute:1; member