diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2020-04-02 12:34:21 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-04-14 10:20:46 +0300 |
commit | 5d2408c6cd594fa29c3989db65629827475d948c (patch) | |
tree | 22825dfb253658fe23ffe1c715adaeea7f097bff /arch/arm/configs | |
parent | 8f3d9f354286745c751374f5f1fcafee6b3f3136 (diff) | |
download | linux-5d2408c6cd594fa29c3989db65629827475d948c.tar.xz |
ARM: configs: sunxi: Add sun8i analog codec
On my orange pi PC, I got lot of "sun4i-codec 1c22c00.codec: Failed to register our card".
This was due to a missing component: the sun8i analog codec.
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/sunxi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index 61b8be19e527..b105ce7120cc 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig @@ -107,6 +107,7 @@ CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_SOC=y CONFIG_SND_SUN4I_CODEC=y +CONFIG_SND_SUN8I_CODEC_ANALOG=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_HCD_PLATFORM=y |