ucm: Changes card number to card name 49/206149/1
authorJaechul Lee <jcsing.lee@samsung.com>
Tue, 14 May 2019 23:25:38 +0000 (08:25 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Wed, 15 May 2019 00:01:54 +0000 (09:01 +0900)
card numbers are changed because of a capture device. so, card numbers
in ucm are changed to name.

Change-Id: I77b5c9de69e94cecfeacfdceb10dc610c08f8c98
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
bcm2835/bcm2835.conf
bcm2835/hifi

index 26c39ae..4d6b2f9 100644 (file)
@@ -9,8 +9,7 @@ SectionUseCase."HiFi" {
 }
 
 ValueDefaults {
-  PlaybackCTL "hw:1"
-  CaptureCTL "hw:1"
+  PlaybackCTL "hw:ALSA"
 }
 
 SectionDefaults {
index 1fe0b39..a9964c7 100644 (file)
@@ -9,7 +9,7 @@ SectionVerb {
 
   Value {
     TQ "Music"
-    PlaybackCTL "hw:1"
+    PlaybackCTL "hw:ALSA"
   }
 }
 
@@ -24,7 +24,7 @@ SectionDevice."Speaker" {
   ]
 
   Value {
-    PlaybackPCM "hw:1,0"
+    PlaybackPCM "hw:ALSA,0"
   }
 }
 
@@ -39,7 +39,7 @@ SectionDevice."HDMI" {
   ]
 
   Value {
-    PlaybackPCM "hw:1,1"
+    PlaybackPCM "hw:ALSA,1"
   }
 }