Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: SDCA: Remove duplicated module macros

Both HID and the IRQ are now build into the wider SDCA kernel module, so
their module macros are redundant, remove them.

Fixes: 5030abcb0aa3 ("ASoC: SDCA: Pull HID and IRQ into the primary SDCA module")
Tested-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
Reviewed-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Tested-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20251120153023.2105663-2-ckeepax@opensource.cirrus.com
Reviewed-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Charles Keepax and committed by
Mark Brown
549f6185 fee6c075

-6
-3
sound/soc/sdca/sdca_hid.c
··· 166 166 return 0; 167 167 } 168 168 EXPORT_SYMBOL_NS(sdca_hid_process_report, "SND_SOC_SDCA"); 169 - 170 - MODULE_LICENSE("Dual BSD/GPL"); 171 - MODULE_DESCRIPTION("SDCA HID library");
-3
sound/soc/sdca/sdca_interrupts.c
··· 618 618 return info; 619 619 } 620 620 EXPORT_SYMBOL_NS_GPL(sdca_irq_allocate, "SND_SOC_SDCA"); 621 - 622 - MODULE_LICENSE("GPL"); 623 - MODULE_DESCRIPTION("SDCA IRQ library");