Lines Matching refs:twl4030_write

154 static int twl4030_write(struct snd_soc_codec *codec, unsigned int reg,  in twl4030_write()  function
295 twl4030_write(codec, TWL4030_REG_MISC_SET_1, in twl4030_init_chip()
298 twl4030_write(codec, TWL4030_REG_OPTION, in twl4030_init_chip()
303 twl4030_write(codec, TWL4030_REG_ARXR2_APGA_CTL, 0x32); in twl4030_init_chip()
314 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, reg); in twl4030_init_chip()
322 twl4030_write(codec, TWL4030_REG_ANAMICL, in twl4030_init_chip()
575 twl4030_write(codec, reg, twl4030_read(codec, reg)); \
600 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()
603 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()
607 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()
612 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()
614 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()
617 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()
658 twl4030_write(codec, TWL4030_REG_VIBRA_SET, 0xff); in vibramux_event()
691 twl4030_write(codec, TWL4030_REG_AUDIO_IF, in aif_event()
696 twl4030_write(codec, TWL4030_REG_AUDIO_IF, in aif_event()
726 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
733 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
738 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
745 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
753 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
762 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
1647 twl4030_write(codec, TWL4030_REG_OPTION, reg); in twl4030_tdm_enable()
1794 twl4030_write(codec, TWL4030_REG_CODEC_MODE, mode); in twl4030_hw_params()
1795 twl4030_write(codec, TWL4030_REG_AUDIO_IF, format); in twl4030_hw_params()
1798 twl4030_write(codec, TWL4030_REG_CODEC_MODE, mode); in twl4030_hw_params()
1799 twl4030_write(codec, TWL4030_REG_AUDIO_IF, format); in twl4030_hw_params()
1890 twl4030_write(codec, TWL4030_REG_AUDIO_IF, format); in twl4030_set_dai_fmt()
1893 twl4030_write(codec, TWL4030_REG_AUDIO_IF, format); in twl4030_set_dai_fmt()
1910 return twl4030_write(codec, TWL4030_REG_AUDIO_IF, reg); in twl4030_set_tristate()
1932 twl4030_write(codec, TWL4030_REG_OPTION, reg); in twl4030_voice_enable()
2012 twl4030_write(codec, TWL4030_REG_CODEC_MODE, mode); in twl4030_voice_hw_params()
2015 twl4030_write(codec, TWL4030_REG_CODEC_MODE, mode); in twl4030_voice_hw_params()
2085 twl4030_write(codec, TWL4030_REG_VOICE_IF, format); in twl4030_voice_set_dai_fmt()
2088 twl4030_write(codec, TWL4030_REG_VOICE_IF, format); in twl4030_voice_set_dai_fmt()
2105 return twl4030_write(codec, TWL4030_REG_VOICE_IF, reg); in twl4030_voice_set_tristate()
2198 .write = twl4030_write,