summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/tweaker/fs/etc/asound.conf
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-01-17 23:10:05 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-01-17 23:10:05 (GMT)
commit676926ddca2543eb6a6bd34fe4350d1618e45b56 (patch)
tree97c428d568e852bb14284d00ceee8194e3271a80 /abs/core-testing/tweaker/fs/etc/asound.conf
parentfa3e0f88f1a55d88f522d770e0e8386efe924825 (diff)
parent100e02faeb525e8f697b0c8c6bc4a3eb2179c8b3 (diff)
downloadlinhes_pkgbuild-676926ddca2543eb6a6bd34fe4350d1618e45b56.zip
linhes_pkgbuild-676926ddca2543eb6a6bd34fe4350d1618e45b56.tar.gz
linhes_pkgbuild-676926ddca2543eb6a6bd34fe4350d1618e45b56.tar.bz2
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD.git
Diffstat (limited to 'abs/core-testing/tweaker/fs/etc/asound.conf')
-rw-r--r--abs/core-testing/tweaker/fs/etc/asound.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/abs/core-testing/tweaker/fs/etc/asound.conf b/abs/core-testing/tweaker/fs/etc/asound.conf
new file mode 100644
index 0000000..ffb665d
--- /dev/null
+++ b/abs/core-testing/tweaker/fs/etc/asound.conf
@@ -0,0 +1,15 @@
+pcm.spdifdmix {
+ type dmix
+ ipc_key 1337
+ slave {
+ pcm "hw:0,1"
+ format S32_LE
+ }
+}
+
+pcm.!default {
+ type plug
+ slave {
+ pcm spdifdmix
+ }
+}