summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaechul Lee <jcsing.lee@samsung.com>2022-12-08 14:22:47 +0900
committerJaechul Lee <jcsing.lee@samsung.com>2022-12-08 14:24:17 +0900
commit32dbf8e8440227f50542a8e0079b7a636cfde463 (patch)
tree7473116cec25868299756904c02d2b6f3616b848
parent68205307680d99e407722c455c9f05deeb6b5792 (diff)
downloadmedia-config-32dbf8e8440227f50542a8e0079b7a636cfde463.tar.gz
media-config-32dbf8e8440227f50542a8e0079b7a636cfde463.tar.bz2
media-config-32dbf8e8440227f50542a8e0079b7a636cfde463.zip
[rpi3][audio] default card name was changed.
[Version] 0.3.63 [Issue type] Bug Change-Id: Idd2094e730097f789e3621816eaf5bd97da1896b Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
-rw-r--r--media-config-target-rpi3/hal/etc/asound.conf4
-rw-r--r--packaging/media-config.spec2
2 files changed, 3 insertions, 3 deletions
diff --git a/media-config-target-rpi3/hal/etc/asound.conf b/media-config-target-rpi3/hal/etc/asound.conf
index 5f733c6..2bb13c2 100644
--- a/media-config-target-rpi3/hal/etc/asound.conf
+++ b/media-config-target-rpi3/hal/etc/asound.conf
@@ -2,10 +2,10 @@
pcm. !default {
type hw
- card ALSA
+ card Headphones
}
ctl. !default {
type hw
- card ALSA
+ card Headphones
}
diff --git a/packaging/media-config.spec b/packaging/media-config.spec
index c959967..d1bcd59 100644
--- a/packaging/media-config.spec
+++ b/packaging/media-config.spec
@@ -2,7 +2,7 @@
Name: media-config
Summary: Multimedia Framework system configuration package
-Version: 0.3.62
+Version: 0.3.63
Release: 0
Group: Multimedia/Configuration
License: LGPL-2.1 and Apache-2.0