Loading sound/soc/codecs/wcd9330.c +2 −2 Original line number Diff line number Diff line Loading @@ -982,8 +982,8 @@ static int tomtom_set_compander(struct snd_kcontrol *kcontrol, if (comp == COMPANDER_1 && tomtom->comp_enabled[comp] == 1) { /* Wavegen to 5 msec */ snd_soc_write(codec, TOMTOM_A_RX_HPH_CNP_WG_CTL, 0xDA); snd_soc_write(codec, TOMTOM_A_RX_HPH_CNP_WG_TIME, 0x15); snd_soc_write(codec, TOMTOM_A_RX_HPH_CNP_WG_CTL, 0xDB); snd_soc_write(codec, TOMTOM_A_RX_HPH_CNP_WG_TIME, 0x2A); snd_soc_write(codec, TOMTOM_A_RX_HPH_BIAS_WG_OCP, 0x2A); /* Enable Chopper */ Loading Loading
sound/soc/codecs/wcd9330.c +2 −2 Original line number Diff line number Diff line Loading @@ -982,8 +982,8 @@ static int tomtom_set_compander(struct snd_kcontrol *kcontrol, if (comp == COMPANDER_1 && tomtom->comp_enabled[comp] == 1) { /* Wavegen to 5 msec */ snd_soc_write(codec, TOMTOM_A_RX_HPH_CNP_WG_CTL, 0xDA); snd_soc_write(codec, TOMTOM_A_RX_HPH_CNP_WG_TIME, 0x15); snd_soc_write(codec, TOMTOM_A_RX_HPH_CNP_WG_CTL, 0xDB); snd_soc_write(codec, TOMTOM_A_RX_HPH_CNP_WG_TIME, 0x2A); snd_soc_write(codec, TOMTOM_A_RX_HPH_BIAS_WG_OCP, 0x2A); /* Enable Chopper */ Loading