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>
This commit is contained in:
Corentin Labbe 2020-04-02 09:34:21 +00:00 committed by Maxime Ripard
parent 8f3d9f3542
commit 5d2408c6cd
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5

View File

@ -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