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()
576 twl4030_write(codec, reg, twl4030_read(codec, reg)); \
601 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()
604 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()
608 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()
613 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()
615 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()
618 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()
659 twl4030_write(codec, TWL4030_REG_VIBRA_SET, 0xff); in vibramux_event()
692 twl4030_write(codec, TWL4030_REG_AUDIO_IF, in aif_event()
697 twl4030_write(codec, TWL4030_REG_AUDIO_IF, in aif_event()
727 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
734 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
739 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
746 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
754 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
763 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
1652 twl4030_write(codec, TWL4030_REG_OPTION, reg); in twl4030_tdm_enable()
1799 twl4030_write(codec, TWL4030_REG_CODEC_MODE, mode); in twl4030_hw_params()
1800 twl4030_write(codec, TWL4030_REG_AUDIO_IF, format); in twl4030_hw_params()
1803 twl4030_write(codec, TWL4030_REG_CODEC_MODE, mode); in twl4030_hw_params()
1804 twl4030_write(codec, TWL4030_REG_AUDIO_IF, format); in twl4030_hw_params()
1895 twl4030_write(codec, TWL4030_REG_AUDIO_IF, format); in twl4030_set_dai_fmt()
1898 twl4030_write(codec, TWL4030_REG_AUDIO_IF, format); in twl4030_set_dai_fmt()
1915 return twl4030_write(codec, TWL4030_REG_AUDIO_IF, reg); in twl4030_set_tristate()
1937 twl4030_write(codec, TWL4030_REG_OPTION, reg); in twl4030_voice_enable()
2017 twl4030_write(codec, TWL4030_REG_CODEC_MODE, mode); in twl4030_voice_hw_params()
2020 twl4030_write(codec, TWL4030_REG_CODEC_MODE, mode); in twl4030_voice_hw_params()
2090 twl4030_write(codec, TWL4030_REG_VOICE_IF, format); in twl4030_voice_set_dai_fmt()
2093 twl4030_write(codec, TWL4030_REG_VOICE_IF, format); in twl4030_voice_set_dai_fmt()
2110 return twl4030_write(codec, TWL4030_REG_VOICE_IF, reg); in twl4030_voice_set_tristate()
2203 .write = twl4030_write,