From d530ad07325ca318a677f637c65d7fef86436548 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Mon, 15 Jul 2013 23:18:34 +0000 Subject: [PATCH] kernel: add sound-soc-imx-sgtl5000 Signed-off-by: Tim Harvey SVN-Revision: 37360 --- package/kernel/linux/modules/sound.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk index 74de21f2ad..ca5b5d236c 100644 --- a/package/kernel/linux/modules/sound.mk +++ b/package/kernel/linux/modules/sound.mk @@ -201,6 +201,22 @@ endef $(eval $(call KernelPackage,sound-soc-imx)) +define KernelPackage/sound-soc-imx-sgtl5000 + TITLE:=IMX SoC support for SGTL5000 + KCONFIG:=CONFIG_SND_SOC_IMX_SGTL5000 + FILES:=$(LINUX_DIR)/sound/soc/codecs/snd-soc-sgtl5000.ko + AUTOLOAD:=$(call AutoLoad,57,snd-soc-sgtl5000) + DEPENDS:=@TARGET_imx6 +kmod-sound-soc-imx + $(call AddDepends/sound) +endef + +define KernelPackage/sound-soc-imx-sgtl5000/description + support for i.MX6 Platform sound SGTL5000 codec +endef + +$(eval $(call KernelPackage,sound-soc-imx-sgtl5000)) + + define KernelPackage/sound-soc-gw_avila TITLE:=Gateworks Avila SoC sound support KCONFIG:= \ -- 2.30.2