ASoC: topology: Remove unused SOC_TPLG_PASS_PINS constant
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Fri, 27 Jan 2023 23:11:02 +0000 (00:11 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 30 Jan 2023 16:56:03 +0000 (16:56 +0000)
The constant is unused, so it can be safely removed.

Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link: https://lore.kernel.org/r/20230127231111.937721-3-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology.c

index b9addbab2b3dc528f7ba4320c40e62b62063f16a..e9138ec4df8fa2bc0691baa11ce9933f904991b1 100644 (file)
@@ -44,9 +44,8 @@
 #define SOC_TPLG_PASS_WIDGET           3
 #define SOC_TPLG_PASS_PCM_DAI          4
 #define SOC_TPLG_PASS_GRAPH            5
-#define SOC_TPLG_PASS_PINS             6
-#define SOC_TPLG_PASS_BE_DAI           7
-#define SOC_TPLG_PASS_LINK             8
+#define SOC_TPLG_PASS_BE_DAI           6
+#define SOC_TPLG_PASS_LINK             7
 
 #define SOC_TPLG_PASS_START    SOC_TPLG_PASS_MANIFEST
 #define SOC_TPLG_PASS_END      SOC_TPLG_PASS_LINK