aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/intel/boards/sof_sdw_common.h
diff options
context:
space:
mode:
authorGravatar Bard Liao <yung-chuan.liao@linux.intel.com> 2021-10-27 10:18:21 +0800
committerGravatar Mark Brown <broonie@kernel.org> 2021-11-15 13:26:56 +0000
commitf8f8312263e2d0c38dd0330a4503dcdcc94d0cd5 (patch)
treea0bbc32e8a822cac878b2fa9b94cecd8e86ac8fb /sound/soc/intel/boards/sof_sdw_common.h
parentASoC: intel: sof_sdw: move DMIC link id overwrite to create_sdw_dailink (diff)
downloadlinux-f8f8312263e2d0c38dd0330a4503dcdcc94d0cd5.tar.gz
linux-f8f8312263e2d0c38dd0330a4503dcdcc94d0cd5.tar.bz2
linux-f8f8312263e2d0c38dd0330a4503dcdcc94d0cd5.zip
ASoC: intel: sof_sdw: remove SOF_RT715_DAI_ID_FIX quirk
SOF_RT715_DAI_ID_FIX is not used anywhere. Remove it. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://lore.kernel.org/r/20211027021824.24776-8-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/boards/sof_sdw_common.h')
-rw-r--r--sound/soc/intel/boards/sof_sdw_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/sof_sdw_common.h b/sound/soc/intel/boards/sof_sdw_common.h
index c6200aa14089..e2457738a332 100644
--- a/sound/soc/intel/boards/sof_sdw_common.h
+++ b/sound/soc/intel/boards/sof_sdw_common.h
@@ -43,7 +43,6 @@ enum {
#define SOF_SDW_PCH_DMIC BIT(6)
#define SOF_SSP_PORT(x) (((x) & GENMASK(5, 0)) << 7)
#define SOF_SSP_GET_PORT(quirk) (((quirk) >> 7) & GENMASK(5, 0))
-#define SOF_RT715_DAI_ID_FIX BIT(13)
#define SOF_SDW_NO_AGGREGATION BIT(14)
/* BT audio offload: reserve 3 bits for future */