diff options
author | GuruprasadX Pawse <guruprasadx.pawse@intel.com> | 2016-11-23 18:16:27 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-11-25 14:08:48 +0100 |
commit | 48458cc891232ba6cb0270ba03520f54536d590a (patch) | |
tree | c67c47d4ebfc70afcd05afd33fd9c89bb9c66421 | |
parent | ASoC: Intel: Skylake: Don't use dma I2S config structure in kernel (diff) | |
download | linux-48458cc891232ba6cb0270ba03520f54536d590a.tar.xz linux-48458cc891232ba6cb0270ba03520f54536d590a.zip |
ASoC: Intel: Skylake: Removed the unused I2S blob structure
Now that I2S conflig blob structure is no longer in use, remove it.
Signed-off-by: GuruprasadX Pawse <guruprasadx.pawse@intel.com>
Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/intel/skylake/skl-topology.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sound/soc/intel/skylake/skl-topology.h b/sound/soc/intel/skylake/skl-topology.h index 3b962d84bcb8..08d39280b07b 100644 --- a/sound/soc/intel/skylake/skl-topology.h +++ b/sound/soc/intel/skylake/skl-topology.h @@ -113,23 +113,6 @@ struct skl_cpr_gtw_cfg { u32 config_data[1]; } __packed; -struct skl_i2s_config_blob { - u32 gateway_attrib; - u32 tdm_ts_group[8]; - u32 ssc0; - u32 ssc1; - u32 sscto; - u32 sspsp; - u32 sstsa; - u32 ssrsa; - u32 ssc2; - u32 sspsp2; - u32 ssc3; - u32 ssioc; - u32 mdivc; - u32 mdivr; -} __packed; - struct skl_dma_control { u32 node_id; u32 config_length; |