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 new file mode 100644 index 0000000000..3683e5151b --- /dev/null +++ b/packages/audio/alsa/config/asound.conf.sample/asound.conf_fusion.sample @@ -0,0 +1,9 @@ +pcm.!default { + type plug + 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 + rate 48000 + } +}