From d9f3073b57b399f46ebf4fbdfdac9c0a55be4132 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 15 Feb 2011 14:52:16 +0100 Subject: [PATCH] alsa-state: enable HDMI audio by default Signed-off-by: Koen Kooi --- recipes/alsa/alsa-state.bb | 2 +- recipes/alsa/alsa-state/omap4430-panda/asound.conf | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 recipes/alsa/alsa-state/omap4430-panda/asound.conf diff --git a/recipes/alsa/alsa-state.bb b/recipes/alsa/alsa-state.bb index de97681044..4eee7e308f 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 0000000000..f241f8690e --- /dev/null +++ b/recipes/alsa/alsa-state/omap4430-panda/asound.conf @@ -0,0 +1,8 @@ + +# HDMI +pcm.!default { + type hw + card 0 + device 7 +} + -- 2.39.5