ASoC: Intel: Skylake: Cleanup skl_module_cfg declaration
authorCezary Rojewski <cezary.rojewski@intel.com>
Tue, 23 Jul 2019 14:58:54 +0000 (16:58 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 24 Jul 2019 18:43:21 +0000 (19:43 +0100)
With removal of MCPS, CPS and CPC ambiguity, ibs and obs params for
struct skl_module_cfg have been left unused. Update struct declaration
by removing these two.

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20190723145854.8527-8-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-topology.h

index 99a0277191cacaab1fa07be7ba5a1eddf78a8e04..e967800dbb6237910a052087db20d222e7874228 100644 (file)
@@ -383,8 +383,6 @@ struct skl_module_cfg {
        u8 out_queue_mask;
        u8 in_queue;
        u8 out_queue;
-       u32 ibs;
-       u32 obs;
        u8 is_loadable;
        u8 core_id;
        u8 dev_type;