diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-09-28 19:42:58 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-09-28 19:42:58 +0200 |
commit | 669abc8417ca9ce772eee26314f33972f0fbfcbd (patch) | |
tree | 00d1b2edc6011c7d1035216b692bf722724d4a12 /system | |
parent | 72aa5adeba5ab768b00380f164e5b51ad1f99094 (diff) |
remove obsolete .conf file
Diffstat (limited to 'system')
-rw-r--r-- | system/asound.conf | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/system/asound.conf b/system/asound.conf deleted file mode 100644 index e3cd2e7c08..0000000000 --- a/system/asound.conf +++ /dev/null @@ -1,63 +0,0 @@ -# downmixing to 2 channels -pcm.xbmc_71to2 { - @args.0 SLAVE - @args.SLAVE { - type string - default "default" - } - type plug - slave.pcm $SLAVE - slave.channels 2 - route_policy duplicate - ttable.0.0 1 # front left speaker - ttable.1.1 1 # front right speaker - ttable.2.0 0.7 # rear left speaker - ttable.3.1 0.7 # rear right speaker - ttable.4.0 0.7 # center to left mapping - ttable.4.1 0.7 # center to right mapping - ttable.5.0 0.5 # LFE (base) to left mapping - ttable.5.1 0.5 # LFE to right mapping - ttable.6.0 0.6 # SL to left mapping - ttable.7.0 0.6 # SR to right mapping -} - -# downmixing to 2 channels -pcm.xbmc_51to2 { - @args.0 SLAVE - @args.SLAVE { - type string - default "default" - } - type plug - slave.pcm $SLAVE - slave.channels 2 - route_policy duplicate - ttable.0.0 1 # front left speaker - ttable.1.1 1 # front right speaker - ttable.2.0 0.7 # rear left speaker - ttable.3.1 0.7 # rear right speaker - ttable.4.0 0.7 # center to left mapping - ttable.4.1 0.7 # center to right mapping - ttable.5.0 0.5 # LFE (base) to left mapping - ttable.5.1 0.5 # LFE to right mapping -} - -# downmixing to 2 channels -pcm.xbmc_50to2 { - @args.0 SLAVE - @args.SLAVE { - type string - default "default" - } - type plug - slave.pcm $SLAVE - slave.channels 2 - route_policy duplicate - ttable.0.0 1 # front left speaker - ttable.1.1 1 # front right speaker - ttable.2.0 0.7 # rear left speaker - ttable.3.1 0.7 # rear right speaker - ttable.4.0 0.7 # center to left mapping - ttable.4.1 0.7 # center to right mapping -} - |