From 3cfd194f280e484abf338bdabd53f4269f32a163 Mon Sep 17 00:00:00 2001 From: newphreak Date: Sat, 30 Jul 2011 02:10:09 +0300 Subject: [PATCH] Set the correct device for sound over hdmi --- .../alsa/config/asound.conf.sample/asound.conf_fusion.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/audio/alsa/config/asound.conf.sample/asound.conf_fusion.sample b/packages/audio/alsa/config/asound.conf.sample/asound.conf_fusion.sample index 3683e5151b..66751a5c1d 100644 --- a/packages/audio/alsa/config/asound.conf.sample/asound.conf_fusion.sample +++ b/packages/audio/alsa/config/asound.conf.sample/asound.conf_fusion.sample @@ -3,7 +3,7 @@ pcm.!default { slave { # pcm "hw:1,0" #delete the first hash for sound over analog # pcm "hw:1,1" #delete the first hash for sound over optical -# pcm "hw:1,1" #delete the first hash for sound over hdmi +# pcm "hw:0,3" #delete the first hash for sound over hdmi rate 48000 } }