Advertisement
Guest User

Untitled

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