Advertisement
Guest User

Untitled

a guest
Feb 11th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. linuxmce@dcerouter:~$ cat /etc/asound.conf.backup
  2. </etc/pluto/alsa/virtual_cards.conf>
  3.  
  4. pcm_slave.analog_convert48k {
  5. pcm "plug:dmix:,0"
  6. rate 48000
  7. }
  8.  
  9. pcm.analog_playback {
  10. type plug
  11. slave analog_convert48k
  12. }
  13.  
  14. pcm.!default {
  15. type asym
  16. playback.pcm "analog_playback"
  17. capture.pcm "plug:dmix:,0"
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement