diff options
author | Eric Laurent <elaurent@google.com> | 2010-11-09 17:27:36 -0800 |
---|---|---|
committer | Eric Laurent <elaurent@google.com> | 2010-11-30 13:58:37 -0800 |
commit | 2739a5099838025963269b6ff0e448c9c8a3ba52 (patch) | |
tree | 429ef39a3248ace003eb5e0e58964ac4a9c474ca /alsa-lib/src/conf/pcm/surround41.conf | |
parent | 7ed919d23edf49bc1fd1b3f63251e5f453efa137 (diff) | |
download | device_samsung_crespo-2739a5099838025963269b6ff0e448c9c8a3ba52.zip device_samsung_crespo-2739a5099838025963269b6ff0e448c9c8a3ba52.tar.gz device_samsung_crespo-2739a5099838025963269b6ff0e448c9c8a3ba52.tar.bz2 |
Removed ALSA user space library and utilities
Change-Id: I0a6492f7c834ea572531e77f75486bcc385e345b
Diffstat (limited to 'alsa-lib/src/conf/pcm/surround41.conf')
-rw-r--r-- | alsa-lib/src/conf/pcm/surround41.conf | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/alsa-lib/src/conf/pcm/surround41.conf b/alsa-lib/src/conf/pcm/surround41.conf deleted file mode 100644 index 10e486e..0000000 --- a/alsa-lib/src/conf/pcm/surround41.conf +++ /dev/null @@ -1,66 +0,0 @@ -# -# Hardware output from 4.1 speakers. -# Samples must be positioned: -# chn0 - front left -# chn1 - front right -# chn2 - rear left -# chn3 - rear right -# chn4 - LFE -# - -pcm.!surround41 { - @args [ CARD DEV ] - @args.CARD { - type string - default { - @func getenv - vars [ - ALSA_SURROUND41_CARD - ALSA_PCM_CARD - ALSA_CARD - ] - default { - @func refer - name defaults.pcm.surround41.card - } - } - } - @args.DEV { - type integer - default { - @func igetenv - vars [ - ALSA_SURROUND41_DEVICE - ] - default { - @func refer - name defaults.pcm.surround41.device - } - } - } - type route - slave.pcm { - @func refer - name { - @func concat - strings [ - "cards." - { - @func card_driver - card $CARD - } - ".pcm.surround51." $DEV ":CARD=" $CARD - ] - } - } - slave.channels 6 - ttable.0.0 1 - ttable.1.1 1 - ttable.2.2 1 - ttable.3.3 1 - ttable.4.5 1 - hint { - description "4.1 Surround output to Front, Rear and Subwoofer speakers" - device $DEV - } -} |