[alsa-devel] [PATCH] conf/ucm: rt5651: Fix HiFi file name
![](https://secure.gravatar.com/avatar/6bd6600e0147079e7aefd5df6a42538f.jpg?s=120&d=mm&r=g)
From: Carlo Caione carlo@endlessm.com
The conf HiFi file name is HiFi.conf, fix the name in the main configuration file.
Signed-off-by: Carlo Caione carlo@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" }
![](https://secure.gravatar.com/avatar/5b19e9d0e834ea10ef75803718ad564b.jpg?s=120&d=mm&r=g)
On Thu, 26 Oct 2017 17:05:01 +0200, Carlo Caione wrote:
From: Carlo Caione carlo@endlessm.com
The conf HiFi file name is HiFi.conf, fix the name in the main configuration file.
Signed-off-by: Carlo Caione carlo@endlessm.com
Applied, thanks.
Takashi
participants (2)
-
Carlo Caione
-
Takashi Iwai