Don't like ads? PRO users don't see any ads ;-)
Guest

alanwww1

By: a guest on Oct 15th, 2009  |  syntax: None  |  size: 0.27 KB  |  hits: 6,824  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. pcm.!hdmi-remap {
  2. type asym
  3. playback.pcm {
  4. type plug
  5. slave.pcm "remap-surround71"
  6. }
  7. }
  8.  
  9. pcm.!remap-surround71 {
  10.   type route
  11.   slave.pcm "hw:0,3"
  12.   ttable {
  13.     0.0= 1
  14.     1.1= 1
  15.     2.4= 1
  16.     3.5= 1
  17.     4.2= 1
  18.     5.3= 1
  19.     6.6= 1
  20.     7.7= 1
  21.   }
  22. }