diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2022-12-05 09:53:27 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-12-07 15:19:02 +0100 |
commit | 75ab3c00769009e32e5cf51c8b503de4f73114e4 (patch) | |
tree | 6534fe98340d162f1b14d072b4d675fc26a198f0 /sound/soc/intel/skylake/skl-topology.h | |
parent | ASoC: Intel: Skylake: Remove skl_tplg_is_multi_fmt() (diff) | |
download | linux-75ab3c00769009e32e5cf51c8b503de4f73114e4.tar.xz linux-75ab3c00769009e32e5cf51c8b503de4f73114e4.zip |
ASoC: Intel: Skylake: Drop pipe_config_idx
Field ->pipe_config_idx duplicates the job of ->cur_config_idx so
remove it.
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Tested-by: Lukasz Majczak <lma@semihlaf.com>
Link: https://lore.kernel.org/r/20221205085330.857665-4-cezary.rojewski@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, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl-topology.h b/sound/soc/intel/skylake/skl-topology.h index 017ac0ef324d..6db0fd7bad49 100644 --- a/sound/soc/intel/skylake/skl-topology.h +++ b/sound/soc/intel/skylake/skl-topology.h @@ -324,7 +324,6 @@ struct skl_pipe { struct skl_path_config configs[SKL_MAX_PATH_CONFIGS]; struct list_head w_list; bool passthru; - u32 pipe_config_idx; }; enum skl_module_state { |