From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: The-going <48602507+The-going@users.noreply.github.com>
Date: Fri, 28 Jan 2022 13:04:18 +0300
Subject: sound:soc:sunxi:sun8i-codec-analog enable sound

---
 sound/soc/sunxi/sun8i-codec-analog.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/sound/soc/sunxi/sun8i-codec-analog.c b/sound/soc/sunxi/sun8i-codec-analog.c
index 445b34141896..0fd8de06e216 100644
--- a/sound/soc/sunxi/sun8i-codec-analog.c
+++ b/sound/soc/sunxi/sun8i-codec-analog.c
@@ -728,8 +728,12 @@ static int sun8i_codec_analog_add_mixer(struct snd_soc_component *cmpnt,
 }
 
 static const struct sun8i_codec_analog_quirks sun8i_v3s_quirks = {
-	.has_headphone	= true,
-	.has_hmic	= true,
+	.has_headphone  = true,
+	.has_hmic       = true,
+	.has_linein     = true,
+	.has_lineout    = true,
+	.has_mbias      = true,
+	.has_mic2       = true,
 };
 
 static int sun8i_codec_analog_cmpnt_probe(struct snd_soc_component *cmpnt)
-- 
Armbian

