diff options
author | Jaechul Lee <jcsing.lee@samsung.com> | 2019-05-15 08:25:38 +0900 |
---|---|---|
committer | Jaechul Lee <jcsing.lee@samsung.com> | 2019-05-15 09:01:54 +0900 |
commit | 44821a7b45ab9158d6138b3ca794fbaf94217a0d (patch) | |
tree | 16ec2b3932dfa8ebe7a58e2a7d7022521e12352e | |
parent | 350d254ed380bd4ea143e29d9b9ae2cbd77c5c29 (diff) | |
download | alsa-ucm-conf-rpi3-44821a7b45ab9158d6138b3ca794fbaf94217a0d.tar.gz alsa-ucm-conf-rpi3-44821a7b45ab9158d6138b3ca794fbaf94217a0d.tar.bz2 alsa-ucm-conf-rpi3-44821a7b45ab9158d6138b3ca794fbaf94217a0d.zip |
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 <jcsing.lee@samsung.com>
-rw-r--r-- | bcm2835/bcm2835.conf | 3 | ||||
-rw-r--r-- | bcm2835/hifi | 6 |
2 files changed, 4 insertions, 5 deletions
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" } } |