diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-11-03 14:37:18 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-11-03 20:14:22 +0300 |
commit | 8a0cb2360ddb941e0a2fbe33d400d2985e4f2fff (patch) | |
tree | 8cbbc7147df4021e428e2cde24b82c1eecdd96c4 /sound/soc/intel/skylake/skl-topology.h | |
parent | 5bb4cd46ace5f220fbc34370e7fe9ba515ead9f8 (diff) | |
download | linux-8a0cb2360ddb941e0a2fbe33d400d2985e4f2fff.tar.xz |
ASoC: Intel: Skylake: Add support for LPMode
For D0i3, we need to tell DSP to run the pipelines in LP mode. This
information is kept in topology and passed to driver as an attribute
for pipe.
So add a new tuple for lpmode and program the pipe based on value set.
Signed-off-by: Jayachandran B <jayachandran.b@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake/skl-topology.h')
-rw-r--r-- | sound/soc/intel/skylake/skl-topology.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/skl-topology.h b/sound/soc/intel/skylake/skl-topology.h index a519360f42a6..11fd0a4b6603 100644 --- a/sound/soc/intel/skylake/skl-topology.h +++ b/sound/soc/intel/skylake/skl-topology.h @@ -279,6 +279,7 @@ struct skl_pipe { u8 pipe_priority; u16 conn_type; u32 memory_pages; + u8 lp_mode; struct skl_pipe_params *p_params; enum skl_pipe_state state; struct list_head w_list; |