soc: fix HS LPI issue for holi target

- Skip audio hm voting during bootup.
- Vote and unvote audio hm vote during swrm_runtime_suspend
  and swrm_runtime_resume

Change-Id: I7a9c20f62ba0d87779b26da218bfe7373132b565
This commit is contained in:
Harshal Ahire
2020-09-24 03:06:05 +05:30
committed by Gerrit - the friendly Code Review server
parent 69fffecae6
commit 4015ed0c54
2 changed files with 20 additions and 6 deletions

View File

@@ -194,6 +194,7 @@ struct swr_mstr_ctrl {
u32 wr_fifo_depth;
bool enable_slave_irq;
u64 logical_dev[SWRM_NUM_AUTO_ENUM_SLAVES];
u32 is_always_on;
#ifdef CONFIG_DEBUG_FS
struct dentry *debugfs_swrm_dent;
struct dentry *debugfs_peek;