Loading sound/soc/codecs/wcd9335.c +0 −4 Original line number Diff line number Diff line Loading @@ -13443,8 +13443,6 @@ static int tasha_post_reset_cb(struct wcd9xxx *wcd9xxx) /* Class-H Init*/ wcd_clsh_init(&tasha->clsh_d); /* Default HPH Mode to Class-H HiFi */ tasha->hph_mode = CLS_H_HIFI; for (i = 0; i < TASHA_MAX_MICBIAS; i++) tasha->micb_ref[i] = 0; Loading @@ -13452,8 +13450,6 @@ static int tasha_post_reset_cb(struct wcd9xxx *wcd9xxx) tasha_update_reg_defaults(tasha); tasha->codec = codec; for (i = 0; i < COMPANDER_MAX; i++) tasha->comp_enabled[i] = 0; dev_dbg(codec->dev, "%s: MCLK Rate = %x\n", __func__, control->mclk_rate); Loading Loading
sound/soc/codecs/wcd9335.c +0 −4 Original line number Diff line number Diff line Loading @@ -13443,8 +13443,6 @@ static int tasha_post_reset_cb(struct wcd9xxx *wcd9xxx) /* Class-H Init*/ wcd_clsh_init(&tasha->clsh_d); /* Default HPH Mode to Class-H HiFi */ tasha->hph_mode = CLS_H_HIFI; for (i = 0; i < TASHA_MAX_MICBIAS; i++) tasha->micb_ref[i] = 0; Loading @@ -13452,8 +13450,6 @@ static int tasha_post_reset_cb(struct wcd9xxx *wcd9xxx) tasha_update_reg_defaults(tasha); tasha->codec = codec; for (i = 0; i < COMPANDER_MAX; i++) tasha->comp_enabled[i] = 0; dev_dbg(codec->dev, "%s: MCLK Rate = %x\n", __func__, control->mclk_rate); Loading