[oe-commits] Koen Kooi : alsa-state: enable HDMI audio by default

git version control git at git.openembedded.org
Tue Feb 15 13:54:48 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d9f3073b57b399f46ebf4fbdfdac9c0a55be4132
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d9f3073b57b399f46ebf4fbdfdac9c0a55be4132

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Feb 15 14:52:16 2011 +0100

alsa-state: enable HDMI audio by default

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/alsa/alsa-state.bb                         |    2 +-
 recipes/alsa/alsa-state/omap4430-panda/asound.conf |    8 ++++++++
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/recipes/alsa/alsa-state.bb b/recipes/alsa/alsa-state.bb
index de97681..4eee7e3 100644
--- a/recipes/alsa/alsa-state.bb
+++ b/recipes/alsa/alsa-state.bb
@@ -7,7 +7,7 @@
 DESCRIPTION = "Alsa Scenario Files"
 LICENSE = "MIT"
 PV = "0.2.0"
-PR = "r22"
+PR = "r23"
 
 SRC_URI = "\
   file://asound.conf \
diff --git a/recipes/alsa/alsa-state/omap4430-panda/asound.conf b/recipes/alsa/alsa-state/omap4430-panda/asound.conf
new file mode 100644
index 0000000..f241f86
--- /dev/null
+++ b/recipes/alsa/alsa-state/omap4430-panda/asound.conf
@@ -0,0 +1,8 @@
+
+# HDMI
+pcm.!default {
+  type hw
+  card 0
+  device 7
+}
+





More information about the Openembedded-commits mailing list