Searched refs:twl6040_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/sound/soc/codecs/ |
D | twl6040.c | 171 static int twl6040_write(struct snd_soc_codec *codec, in twl6040_write() function 196 twl6040_write(codec, TWL6040_REG_MICLCTL, 0x18); in twl6040_init_chip() 197 twl6040_write(codec, TWL6040_REG_MICRCTL, 0x18); in twl6040_init_chip() 204 twl6040_write(codec, TWL6040_REG_HSGAIN, 0xff); in twl6040_init_chip() 205 twl6040_write(codec, TWL6040_REG_EARCTL, 0x1e); in twl6040_init_chip() 206 twl6040_write(codec, TWL6040_REG_HFLGAIN, 0x1d); in twl6040_init_chip() 207 twl6040_write(codec, TWL6040_REG_HFRGAIN, 0x1d); in twl6040_init_chip() 208 twl6040_write(codec, TWL6040_REG_LINEGAIN, 0); in twl6040_init_chip() 228 twl6040_write(codec, TWL6040_REG_HSLCTL, hslctl); in headset_power_mode() 229 twl6040_write(codec, TWL6040_REG_HSRCTL, hsrctl); in headset_power_mode() [all …]
|