Advertisement
Guest User

Untitled

a guest
Dec 28th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. SOUNDCARD_TARGET_CARD=1
  2. SOUNDCARD_TARGET_DEVICE=0
  3.  
  4. cat << _EOF_ > /etc/asound.conf
  5. pcm.!default {
  6. type hw
  7. card $SOUNDCARD_TARGET_CARD
  8. device $SOUNDCARD_TARGET_DEVICE
  9. }
  10. ctl.!default {
  11. type hw
  12. card $SOUNDCARD_TARGET_CARD
  13. device $SOUNDCARD_TARGET_DEVICE
  14. }
  15. _EOF_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement