Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dtwl4030.c707 unsigned char hs_gain, hs_pop; in headset_ramp() local
716 hs_pop = twl4030_read(component, TWL4030_REG_HS_POPN_SET); in headset_ramp()
717 delay = (ramp_base[(hs_pop & TWL4030_RAMP_DELAY) >> 2] / in headset_ramp()
726 hs_pop |= TWL4030_EXTMUTE; in headset_ramp()
727 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
733 hs_pop |= TWL4030_VMID_EN; in headset_ramp()
734 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
738 hs_pop |= TWL4030_RAMP_EN; in headset_ramp()
739 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
745 hs_pop &= ~TWL4030_RAMP_EN; in headset_ramp()
[all …]