commit | 9df83d350cddab2e1cf7a91d5add40db56d67d37 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Thu Apr 05 00:43:15 2012 -0700 |
committer | QuIC Gerrit Code Review <code-review@localhost> | Thu Apr 05 00:43:15 2012 -0700 |
tree | e0188d025852ff6d0dee0c0df219be9a1ce3d690 | |
parent | 3cdff26fae8ef18d8dfc8020ad0af51e989a3f4f [diff] | |
parent | da6fa7aa70c4be2a6f8b1061e05586b2a413eac1 [diff] |
Merge "ASoC: WCD9310: Add 5ms delay during slimbus port shutdown" into msm-3.0
diff --git a/sound/soc/codecs/wcd9310.c b/sound/soc/codecs/wcd9310.c index 2c43792..74e2dc0 100644 --- a/sound/soc/codecs/wcd9310.c +++ b/sound/soc/codecs/wcd9310.c
@@ -3591,6 +3591,7 @@ ret = wcd9xxx_close_slim_sch_rx(tabla, tabla_p->dai[j].ch_num, tabla_p->dai[j].ch_tot); + usleep_range(5000, 5000); tabla_p->dai[j].rate = 0; memset(tabla_p->dai[j].ch_num, 0, (sizeof(u32)* tabla_p->dai[j].ch_tot));