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 26c39aef7fec73779e79165051f012878826ad72..4d6b2f98f31226e908e13e955955df77be481878 100644 (file)
@@ -9,8 +9,7 @@ SectionUseCase."HiFi" {
 }
 
 ValueDefaults {
-  PlaybackCTL "hw:1"
-  CaptureCTL "hw:1"
+  PlaybackCTL "hw:ALSA"
 }
 
 SectionDefaults {
index 1fe0b391a87e1bd0b1a27773c22ffe2a5dc18467..a9964c7ddc9e6ae6212857ab08fb0d73e70e170e 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"
   }
 }