[alsa-devel] [PATCH alsa-ucm-conf] bytcht-es8316: Fix missing including of HeadPhones.conf after ucm2 conversion

Hans de Goede hdegoede at redhat.com
Mon Jan 6 14:11:59 CET 2020


The conversion to ucm2 format missed adding an include for:

codecs/es8316/HeadPhones.conf

Leading to no sound on the headphones output, this commit adds the missing
include fixing this.

Cc: youling 257 <youling257 at gmail.com>
Reported-by: youling 257 <youling257 at gmail.com>
Signed-off-by: Hans de Goede <hdegoede at redhat.com>
---
 ucm2/bytcht-es8316/HiFi-Components.conf | 2 ++
 ucm2/bytcht-es8316/HiFi-LongName.conf   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/ucm2/bytcht-es8316/HiFi-Components.conf b/ucm2/bytcht-es8316/HiFi-Components.conf
index 314d355..c40bd49 100644
--- a/ucm2/bytcht-es8316/HiFi-Components.conf
+++ b/ucm2/bytcht-es8316/HiFi-Components.conf
@@ -20,6 +20,8 @@ If.mono {
 	}
 }
 
+<codecs/es8316/HeadPhones.conf>
+
 If.in1 {
 	Condition {
 		Type String
diff --git a/ucm2/bytcht-es8316/HiFi-LongName.conf b/ucm2/bytcht-es8316/HiFi-LongName.conf
index ea7d1c3..03cf17b 100644
--- a/ucm2/bytcht-es8316/HiFi-LongName.conf
+++ b/ucm2/bytcht-es8316/HiFi-LongName.conf
@@ -20,6 +20,8 @@ If.mono {
 	}
 }
 
+<codecs/es8316/HeadPhones.conf>
+
 If.in1 {
 	Condition {
 		Type String
-- 
2.24.1



More information about the Alsa-devel mailing list