hs_ctl 580 sound/soc/codecs/twl4030.c unsigned char hs_ctl; hs_ctl 582 sound/soc/codecs/twl4030.c hs_ctl = twl4030_read(component, reg); hs_ctl 586 sound/soc/codecs/twl4030.c hs_ctl |= TWL4030_HF_CTL_REF_EN; hs_ctl 587 sound/soc/codecs/twl4030.c twl4030_write(component, reg, hs_ctl); hs_ctl 589 sound/soc/codecs/twl4030.c hs_ctl |= TWL4030_HF_CTL_RAMP_EN; hs_ctl 590 sound/soc/codecs/twl4030.c twl4030_write(component, reg, hs_ctl); hs_ctl 592 sound/soc/codecs/twl4030.c hs_ctl |= TWL4030_HF_CTL_LOOP_EN; hs_ctl 593 sound/soc/codecs/twl4030.c hs_ctl |= TWL4030_HF_CTL_HB_EN; hs_ctl 594 sound/soc/codecs/twl4030.c twl4030_write(component, reg, hs_ctl); hs_ctl 597 sound/soc/codecs/twl4030.c hs_ctl &= ~TWL4030_HF_CTL_LOOP_EN; hs_ctl 598 sound/soc/codecs/twl4030.c hs_ctl &= ~TWL4030_HF_CTL_HB_EN; hs_ctl 599 sound/soc/codecs/twl4030.c twl4030_write(component, reg, hs_ctl); hs_ctl 600 sound/soc/codecs/twl4030.c hs_ctl &= ~TWL4030_HF_CTL_RAMP_EN; hs_ctl 601 sound/soc/codecs/twl4030.c twl4030_write(component, reg, hs_ctl); hs_ctl 603 sound/soc/codecs/twl4030.c hs_ctl &= ~TWL4030_HF_CTL_REF_EN; hs_ctl 604 sound/soc/codecs/twl4030.c twl4030_write(component, reg, hs_ctl);