daily pastebin goal
74%
SHARE
TWEET

Untitled

a guest Jun 24th, 2012 11 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. pcm_slave.spdif_convert48k {
  2.         pcm "spdif:2,1"
  3.         rate 48000
  4. }
  5.  
  6. pcm.spdif_playback {
  7.         type plug
  8.         slave spdif_convert48k
  9. }
  10.  
  11. pcm_slave.hdmi_convert48k {
  12.         pcm "hdmi:0"
  13.         rate 48000
  14. }
  15.  
  16. pcm.hdmi_playback {
  17.         type plug
  18.         slave hdmi_convert48k
  19. }
  20.  
  21. pcm.asym_spdif {
  22.         type asym
  23.         playback.pcm "spdif_playback"
  24.         capture.pcm "plughw:2,1"
  25. }
  26.  
  27. pcm.asym_hdmi {
  28.         type asym
  29.         playback.pcm "hdmi_playback"
  30.         capture.pcm "plughw:0"
  31. }
  32.  
  33. pcm.asym_analog {
  34.         type asym
  35.         playback.pcm "plug:dmix:2"
  36.         capture.pcm "plughw:2"
  37. }
  38. pcm.!default asym_hdmi
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top