diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2018-12-19 14:18:52 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2018-12-19 14:25:25 +0100 |
commit | 23cba5200d2d9f349962b5019e582d0b2713fd6a (patch) | |
tree | c5741b34dd7088e9cc0d7b97c5632fe5c906d984 | |
parent | 730847512490116aa0bc849cf8c6393f0d56952c (diff) |
apalis-tk1-mainline: re-enable audio sound
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r-- | recipes-kernel/linux/linux-toradex-mainline-4.14/0025-tegra_defconfig-disable-sound-in-tezi-configuration.patch | 54 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-toradex-mainline_4.14.bb | 1 |
2 files changed, 0 insertions, 55 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline-4.14/0025-tegra_defconfig-disable-sound-in-tezi-configuration.patch b/recipes-kernel/linux/linux-toradex-mainline-4.14/0025-tegra_defconfig-disable-sound-in-tezi-configuration.patch deleted file mode 100644 index db52bff..0000000 --- a/recipes-kernel/linux/linux-toradex-mainline-4.14/0025-tegra_defconfig-disable-sound-in-tezi-configuration.patch +++ /dev/null @@ -1,54 +0,0 @@ -From e2aab7d9ffcfc98b9d1c572a744ce2ef321254bc Mon Sep 17 00:00:00 2001 -Message-Id: <e2aab7d9ffcfc98b9d1c572a744ce2ef321254bc.1531317141.git.marcel.ziswiler@toradex.com> -In-Reply-To: <6654e1bd342708a683daf47e7558455f709a3e7e.1531317141.git.marcel.ziswiler@toradex.com> -References: <6654e1bd342708a683daf47e7558455f709a3e7e.1531317141.git.marcel.ziswiler@toradex.com> -From: Marcel Ziswiler <marcel.ziswiler@toradex.com> -Date: Wed, 11 Jul 2018 10:10:50 +0200 -Subject: [PATCH 25/33] tegra_defconfig: disable sound in tezi configuration - -Avoid keyboard/mouse unresponsiveness on Apalis T30 caused by Tezi -polling plug input devices from HDA controller. - -Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> ---- - arch/arm/configs/tegra_defconfig | 24 ------------------------ - 1 file changed, 24 deletions(-) - -diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig -index e8c9bdafa1b9..1297ecfa6209 100644 ---- a/arch/arm/configs/tegra_defconfig -+++ b/arch/arm/configs/tegra_defconfig -@@ -205,30 +205,6 @@ CONFIG_BACKLIGHT_PWM=y - CONFIG_FRAMEBUFFER_CONSOLE=y - CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y - CONFIG_LOGO=y --CONFIG_SOUND=y --CONFIG_SND=y --# CONFIG_SND_SUPPORT_OLD_API is not set --# CONFIG_SND_DRIVERS is not set --CONFIG_SND_HDA_TEGRA=y --CONFIG_SND_HDA_INPUT_BEEP=y --CONFIG_SND_HDA_PATCH_LOADER=y --CONFIG_SND_HDA_CODEC_REALTEK=y --CONFIG_SND_HDA_CODEC_HDMI=y --# CONFIG_SND_ARM is not set --# CONFIG_SND_SPI is not set --# CONFIG_SND_USB is not set --CONFIG_SND_SOC=y --CONFIG_SND_SOC_TEGRA=y --CONFIG_SND_SOC_TEGRA20_I2S=y --CONFIG_SND_SOC_TEGRA30_I2S=y --CONFIG_SND_SOC_TEGRA_RT5640=y --CONFIG_SND_SOC_TEGRA_WM8753=y --CONFIG_SND_SOC_TEGRA_WM8903=y --CONFIG_SND_SOC_TEGRA_WM9712=y --CONFIG_SND_SOC_TEGRA_TRIMSLICE=y --CONFIG_SND_SOC_TEGRA_ALC5632=y --CONFIG_SND_SOC_TEGRA_MAX98090=y --CONFIG_SND_SOC_TEGRA_SGTL5000=y - CONFIG_USB=y - CONFIG_USB_XHCI_HCD=y - CONFIG_USB_XHCI_TEGRA=m --- -2.14.4 - diff --git a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb index 0cf1cfc..94cf210 100644 --- a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb +++ b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb @@ -41,7 +41,6 @@ GENERIC_PATCHES = " \ file://0022-mfd-as3722-disable-auto-power-on-when-AC-OK.patch \ file://0023-apalis-tk1-mfd-k20-update-api-header-for-fw-version-.patch \ file://0024-apalis_t30-enable-broken-hpi-on-emmc.patch \ - file://0025-tegra_defconfig-disable-sound-in-tezi-configuration.patch \ file://0026-apalis_t30-fix-mmc1-cmd-pull-up.patch \ file://0027-apalis_t30-pull-up-sd-card-detect-pins.patch \ file://0028-Revert-mmc-tegra-Disable-UHS-I-modes-for-Tegra124.patch \ |