Loading sound/soc/codecs/wcd9335.c +2 −0 Original line number Diff line number Diff line Loading @@ -5237,8 +5237,10 @@ static void tasha_tx_hpf_corner_freq_callback(struct work_struct *work) amic_reg = WCD9335_ANA_AMIC1 + amic_n - 1; tasha_codec_set_tx_hold(codec, amic_reg, false); } tasha_codec_vote_max_bw(codec, true); snd_soc_update_bits(codec, dec_cfg_reg, TX_HPF_CUT_OFF_FREQ_MASK, hpf_cut_off_freq << 5); tasha_codec_vote_max_bw(codec, false); } static void tasha_tx_mute_update_callback(struct work_struct *work) Loading Loading
sound/soc/codecs/wcd9335.c +2 −0 Original line number Diff line number Diff line Loading @@ -5237,8 +5237,10 @@ static void tasha_tx_hpf_corner_freq_callback(struct work_struct *work) amic_reg = WCD9335_ANA_AMIC1 + amic_n - 1; tasha_codec_set_tx_hold(codec, amic_reg, false); } tasha_codec_vote_max_bw(codec, true); snd_soc_update_bits(codec, dec_cfg_reg, TX_HPF_CUT_OFF_FREQ_MASK, hpf_cut_off_freq << 5); tasha_codec_vote_max_bw(codec, false); } static void tasha_tx_mute_update_callback(struct work_struct *work) Loading