Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87cef690 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "asoc: codecs: Fix device switch pop issue"

parents b68d1027 82597ffe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -526,7 +526,7 @@ struct tx_mute_work {
	struct delayed_work dwork;
};

#define WCD934X_SPK_ANC_EN_DELAY_MS 350
#define WCD934X_SPK_ANC_EN_DELAY_MS 550
static int spk_anc_en_delay = WCD934X_SPK_ANC_EN_DELAY_MS;
module_param(spk_anc_en_delay, int, 0664);
MODULE_PARM_DESC(spk_anc_en_delay, "delay to enable anc in speaker path");