diff options
| author | Sachin Mokashi <sachin.mokashi@intel.com> | 2026-03-24 19:34:00 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-03-27 22:13:56 +0300 |
| commit | ebbe5d957efa09b6636065eeb984078d8e302e5f (patch) | |
| tree | 0d35ecc75a61958e4038300bf3a4a056a890e846 | |
| parent | ae00200acb870ac00551350f26f03ced188bad6f (diff) | |
| download | linux-ebbe5d957efa09b6636065eeb984078d8e302e5f.tar.xz | |
ASoC: Intel: ehl_rt5660: remove unused macro definitions
DUAL_CHANNEL and NAME_SIZE macros are not being used (anymore) but the
macros are still defined. Remove them to clean up dead code.
Signed-off-by: Sachin Mokashi <sachin.mokashi@intel.com>
Link: https://patch.msgid.link/20260324163400.1276247-1-sachin.mokashi@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | sound/soc/intel/boards/ehl_rt5660.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/intel/boards/ehl_rt5660.c b/sound/soc/intel/boards/ehl_rt5660.c index 5c7b218f22b7..ec4825064436 100644 --- a/sound/soc/intel/boards/ehl_rt5660.c +++ b/sound/soc/intel/boards/ehl_rt5660.c @@ -23,10 +23,8 @@ #include "hda_dsp_common.h" #include "../../codecs/rt5660.h" -#define DUAL_CHANNEL 2 #define HDMI_LINK_START 3 #define HDMI_LINE_END 6 -#define NAME_SIZE 32 #define IDISP_CODEC_MASK 0x4 struct sof_card_private { |
