diff options
author | Jeeja KP <jeeja.kp@intel.com> | 2016-12-08 13:41:12 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-12-15 12:15:59 +0000 |
commit | 12c3be0e720fe8c4e0f456fd25a6dcc8b254606c (patch) | |
tree | 7517c7ebe236e90bbbb9efde7ec30b3c617e6079 /sound/soc/intel/skylake/skl-topology.h | |
parent | 7d7c80f3f335e5148e3f744534a0576e638cf581 (diff) | |
download | lwn-12c3be0e720fe8c4e0f456fd25a6dcc8b254606c.tar.gz lwn-12c3be0e720fe8c4e0f456fd25a6dcc8b254606c.zip |
ASoC: Intel: Skylake: Update link_index and format in pipe params
To configure Host/Link DMA, additionally link index and format
are required based on the hw params. So added these parameters in
the pipe params and in hw_params the pipe params are updated.
Signed-off-by: Jeeja KP <jeeja.kp@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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/skl-topology.h b/sound/soc/intel/skylake/skl-topology.h index 08d39280b07b..405765f3a6b5 100644 --- a/sound/soc/intel/skylake/skl-topology.h +++ b/sound/soc/intel/skylake/skl-topology.h @@ -254,6 +254,8 @@ struct skl_pipe_params { u32 s_freq; u32 s_fmt; u8 linktype; + snd_pcm_format_t format; + int link_index; int stream; }; |