Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/devicetree/bindings/mfd/
Dtwl4030-audio.txt17 -ti,hs_extmute: Use external mute for HS pop reduction
/linux-5.19.10/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()
2173 if (pdata && pdata->hs_extmute && gpio_is_valid(pdata->hs_extmute_gpio)) in twl4030_soc_remove()
/linux-5.19.10/include/linux/mfd/
Dtwl.h678 unsigned int hs_extmute:1; member