Loading asoc/codecs/wcd937x/wcd937x.c +1 −0 Original line number Diff line number Diff line Loading @@ -1086,6 +1086,7 @@ static int wcd937x_enable_req(struct snd_soc_dapm_widget *w, break; case SND_SOC_DAPM_POST_PMD: snd_soc_update_bits(codec, WCD937X_ANA_TX_CH1, 0x80, 0x00); snd_soc_update_bits(codec, WCD937X_ANA_TX_CH2, 0x80, 0x00); snd_soc_update_bits(codec, WCD937X_DIGITAL_CDC_DIG_CLK_CTL, 0x10, 0x00); snd_soc_update_bits(codec, WCD937X_DIGITAL_CDC_ANA_CLK_CTL, Loading Loading
asoc/codecs/wcd937x/wcd937x.c +1 −0 Original line number Diff line number Diff line Loading @@ -1086,6 +1086,7 @@ static int wcd937x_enable_req(struct snd_soc_dapm_widget *w, break; case SND_SOC_DAPM_POST_PMD: snd_soc_update_bits(codec, WCD937X_ANA_TX_CH1, 0x80, 0x00); snd_soc_update_bits(codec, WCD937X_ANA_TX_CH2, 0x80, 0x00); snd_soc_update_bits(codec, WCD937X_DIGITAL_CDC_DIG_CLK_CTL, 0x10, 0x00); snd_soc_update_bits(codec, WCD937X_DIGITAL_CDC_ANA_CLK_CTL, Loading