diff options
author | Jeeja KP <jeeja.kp@intel.com> | 2016-06-03 15:59:41 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-06-07 16:19:11 +0300 |
commit | f0aa94faa0e8990647eed4d8e232e1e6d5671ff2 (patch) | |
tree | 23f11e9600243da75a847250d2da9d99d91d5b55 /sound/soc/intel/skylake/skl-topology.h | |
parent | 287af4f9f2679fd897e492338e4729c68f0c4a17 (diff) | |
download | linux-f0aa94faa0e8990647eed4d8e232e1e6d5671ff2.tar.xz |
ASoC: Intel: Skylake: Set the DSP pipe type
DSP pipe type can be a pass through or it can be processing pipe.
In case of pass through pipe, it is a single pipeline with both
host and link copier in the same pipeline.
Identify the DSP pipe type if it pass through or not. Pass through
pipe is identified by checking if it has both host and link copier
in the same pipeline.
Signed-off-by: Jeeja KP <jeeja.kp@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 d4a58bcd8c7d..170d68b4e12d 100644 --- a/sound/soc/intel/skylake/skl-topology.h +++ b/sound/soc/intel/skylake/skl-topology.h @@ -271,6 +271,7 @@ struct skl_pipe { struct skl_pipe_params *p_params; enum skl_pipe_state state; struct list_head w_list; + bool passthru; }; enum skl_module_state { |