summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/tweaker/fs/etc/asound.conf
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-01-17 17:53:44 (GMT)
committerBob Igo <bob@stormlogic.com>2009-01-17 17:53:44 (GMT)
commit18b8c17f24b9cd6d9600b212cbd615deb69fe500 (patch)
treece8b68a2277d4d81706c9f71832540a91361919e /abs/core-testing/tweaker/fs/etc/asound.conf
parente2f581d7a980085e0078e01f1a38886ab88127ec (diff)
downloadlinhes_pkgbuild-18b8c17f24b9cd6d9600b212cbd615deb69fe500.zip
linhes_pkgbuild-18b8c17f24b9cd6d9600b212cbd615deb69fe500.tar.gz
linhes_pkgbuild-18b8c17f24b9cd6d9600b212cbd615deb69fe500.tar.bz2
Expanded Tweaker tar file into individual files, and adjusted installation process to reflect this. Further integration will be required before this is ready for R6.
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
+ }
+}