Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dtwl4030-audio.txt17 -ti,hs_extmute: Use external mute for HS pop reduction
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dtwl.h678 unsigned int hs_extmute:1; member