From: Jaechul Lee Date: Tue, 14 May 2019 23:25:38 +0000 (+0900) Subject: ucm: Changes card number to card name X-Git-Tag: submit/tizen/20190530.011954~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44821a7b45ab9158d6138b3ca794fbaf94217a0d;p=platform%2Fadaptation%2Fbroadcom%2Falsa-ucm-conf-rpi3.git ucm: Changes card number to card name 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 --- diff --git a/bcm2835/bcm2835.conf b/bcm2835/bcm2835.conf index 26c39ae..4d6b2f9 100644 --- a/bcm2835/bcm2835.conf +++ b/bcm2835/bcm2835.conf @@ -9,8 +9,7 @@ SectionUseCase."HiFi" { } ValueDefaults { - PlaybackCTL "hw:1" - CaptureCTL "hw:1" + PlaybackCTL "hw:ALSA" } SectionDefaults { diff --git a/bcm2835/hifi b/bcm2835/hifi index 1fe0b39..a9964c7 100644 --- a/bcm2835/hifi +++ b/bcm2835/hifi @@ -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" } }