asoc: codecs: Add delay to eliminate playback pause post SSR on hs

Add delay in post ssr to eliminate playback pause on euro headset.On
post ssr hs detected as hp due to where pa become on before the completion
of wcd_correct_swch_plug workqueue which lead to detect plug_type
as hp.

Change-Id: Ie114fcd0458d9f5edebeee087c90600c3b0c3da2
Signed-off-by: Prasad Kumpatla <nkumpat@codeaurora.org>
This commit is contained in:
Prasad Kumpatla
2020-03-13 17:19:56 +05:30
committed by Gerrit - the friendly Code Review server
parent 93afa626ed
commit bd2c17661b
4 changed files with 32 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ struct wcd937x_priv {
int ana_clk_count;
struct mutex ana_tx_clk_lock;
u8 tx_master_ch_map[WCD937X_MAX_SLAVE_CH_TYPES];
bool usbc_hs_status;
};
struct wcd937x_micbias_setting {