alsa: add asound.conf sample for fusion devices

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-30 00:33:08 +02:00
parent 0c64ab34f3
commit 8798479c4d

View File

@ -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
}
}