From: Harunobu Kurokawa Date: Thu, 22 Dec 2016 07:11:41 +0000 (+0900) Subject: Revert "Disable SoC sound driver in porter board" X-Git-Tag: chinook_3.0.0~18 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=af3e80f2a6d7fa06630621a1c5843a1bdda82d49;p=AGL%2Fmeta-agl.git Revert "Disable SoC sound driver in porter board" The audio bug is fixed (SPEC-365), so that it should be revert this commit to enable sound driver. This reverts commit 1a70e5e8f48f17f604ab243dfb3ff01f7aa435f6. Change-Id: I362a900e86cdf7888e5726a6a0a56daeb0d33145 Signed-off-by: Harunobu Kurokawa --- diff --git a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend index 741559c05..f585283b4 100755 --- a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend +++ b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend @@ -1,10 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux:" # Enable support for TP-Link TL-W722N USB Wifi adapter and RTL2832U DVB USB and USB Audio -# Disable SoC sound # adapter. SRC_URI += " file://disable_delay_printk.patch \ - file://disable_soc_sound.patch \ file://cfg_mac_80211.cfg \ file://ath9k_htc.cfg \ file://rtl_sdr.cfg \ diff --git a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/disable_soc_sound.patch b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/disable_soc_sound.patch deleted file mode 100644 index 5fa52fa2f..000000000 --- a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/disable_soc_sound.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig -old mode 100644 -new mode 100755 -index 432817d..7291d13 ---- a/arch/arm/configs/shmobile_defconfig -+++ b/arch/arm/configs/shmobile_defconfig -@@ -173,7 +173,7 @@ CONFIG_FB_SH_MOBILE_LCDC=y - CONFIG_FB_SH_MOBILE_HDMI=y - CONFIG_FRAMEBUFFER_CONSOLE=y - CONFIG_LOGO=y --CONFIG_SND_SOC_RCAR=y -+#CONFIG_SND_SOC_RCAR is not set - CONFIG_USB=y - CONFIG_USB_EHCI_HCD=y - CONFIG_USB_EHCI_ROOT_HUB_TT=y