* Use latest ODROID-N2+ patches (partial #929) Use the queued patches (and fixes) for upstream ODROID-N2+ support. This uses the clock settings from meson-g12b-a311d.dtsi running the CPUs at the following clocks: - 4xA73@2.2GHz - 2xA53@1.8GHz * Actually fix CDC ACM error recovery path (#921) Remove the revert of the cool-down patch and add the actual fix for the CDC ACM error recovery path.
45 lines
1.5 KiB
Diff
45 lines
1.5 KiB
Diff
From 59bbf3567b02c36edfa4ee013d7e7e8c492756f2 Mon Sep 17 00:00:00 2001
|
|
Message-Id: <59bbf3567b02c36edfa4ee013d7e7e8c492756f2.1603880585.git.stefan@agner.ch>
|
|
From: Jerome Brunet <jbrunet@baylibre.com>
|
|
Date: Tue, 21 Apr 2020 18:39:30 +0200
|
|
Subject: [PATCH 01/14] arm64: defconfig: enable meson gx audio as module
|
|
|
|
Enable the module config for the Amlogic GX audio card.
|
|
This module will imply the internal components usually associated
|
|
with it to make a functional sound card on these platforms.
|
|
|
|
Also enable the simple amplifier module which often used on the
|
|
output stage of those cards.
|
|
|
|
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
|
|
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
|
|
Tested-by: Christian Hewitt <christianshewitt@gmail.com>
|
|
Link: https://lore.kernel.org/r/20200421163935.775935-2-jbrunet@baylibre.com
|
|
---
|
|
arch/arm64/configs/defconfig | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
|
|
index 03d0189f7d68..ceb60ee9c340 100644
|
|
--- a/arch/arm64/configs/defconfig
|
|
+++ b/arch/arm64/configs/defconfig
|
|
@@ -644,6 +644,7 @@ CONFIG_SND_HDA_CODEC_HDMI=m
|
|
CONFIG_SND_SOC=y
|
|
CONFIG_SND_BCM2835_SOC_I2S=m
|
|
CONFIG_SND_MESON_AXG_SOUND_CARD=m
|
|
+CONFIG_SND_MESON_GX_SOUND_CARD=m
|
|
CONFIG_SND_SOC_SDM845=m
|
|
CONFIG_SND_SOC_ROCKCHIP=m
|
|
CONFIG_SND_SOC_ROCKCHIP_SPDIF=m
|
|
@@ -656,6 +657,7 @@ CONFIG_SND_SOC_AK4613=m
|
|
CONFIG_SND_SOC_ES7134=m
|
|
CONFIG_SND_SOC_ES7241=m
|
|
CONFIG_SND_SOC_PCM3168A_I2C=m
|
|
+CONFIG_SND_SOC_SIMPLE_AMPLIFIER=m
|
|
CONFIG_SND_SOC_TAS571X=m
|
|
CONFIG_SND_SOC_WCD934X=m
|
|
CONFIG_SND_SOC_WSA881X=m
|
|
--
|
|
2.29.1
|
|
|