[alsa-devel] [PATCH] conf/ucm: rt5651: Fix HiFi file name

Carlo Caione carlo at caione.org
Thu Oct 26 17:05:01 CEST 2017


From: Carlo Caione <carlo at endlessm.com>

The conf HiFi file name is HiFi.conf, fix the name in the main
configuration file.

Signed-off-by: Carlo Caione <carlo at endlessm.com>
---
 src/conf/ucm/bytcr-rt5651/bytcr-rt5651.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/ucm/bytcr-rt5651/bytcr-rt5651.conf b/src/conf/ucm/bytcr-rt5651/bytcr-rt5651.conf
index 2dcc72cc..60798ce7 100644
--- a/src/conf/ucm/bytcr-rt5651/bytcr-rt5651.conf
+++ b/src/conf/ucm/bytcr-rt5651/bytcr-rt5651.conf
@@ -1,7 +1,7 @@
 # Adapted from https://github.com/plbossart/UCM/tree/master/bytcr-rt5651
 
 SectionUseCase."HiFi" {
-	File "HiFi"
+	File "HiFi.conf"
 	Comment "Play HiFi quality Music"
 }
 
-- 
2.14.2



More information about the Alsa-devel mailing list