Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/devicetree/bindings/mfd/
Dtwl4030-audio.txt17 -ti,hs_extmute: Use external mute for HS pop reduction
/Linux-v5.4/sound/soc/codecs/
Dtwl4030.c208 pdata->hs_extmute = value; in twl4030_setup_pdata_of()
213 pdata->hs_extmute = 1; in twl4030_setup_pdata_of()
248 if (pdata && pdata->hs_extmute) { in twl4030_init_chip()
708 if (pdata && pdata->hs_extmute) { in headset_ramp()
744 if (pdata && pdata->hs_extmute) { in headset_ramp()
2175 if (pdata && pdata->hs_extmute && gpio_is_valid(pdata->hs_extmute_gpio)) in twl4030_soc_remove()
/Linux-v5.4/include/linux/mfd/
Dtwl.h674 unsigned int hs_extmute:1; member