]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: Intel: ehl_rt5660: remove unused macro definitions
authorSachin Mokashi <sachin.mokashi@intel.com>
Tue, 24 Mar 2026 16:34:00 +0000 (12:34 -0400)
committerMark Brown <broonie@kernel.org>
Fri, 27 Mar 2026 19:13:56 +0000 (19:13 +0000)
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>
sound/soc/intel/boards/ehl_rt5660.c

index 5c7b218f22b72fa36493f9b0e09e3c512ba6e123..ec48250644366a2e357ff715ee93daf4d5ba8f14 100644 (file)
 #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 {