Advertisement
Guest User

alanwww1

a guest
Oct 15th, 2009
6,989
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  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. }
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement