Set default alsa device
Find desired device
$ cat /proc/asound/cards
then create /etc/asound.conf with following:
defaults.pcm.card 1
defaults.ctl.card 1
Replace "1" with the number of your card.
Find desired device
$ cat /proc/asound/cards
then create /etc/asound.conf with following:
defaults.pcm.card 1
defaults.ctl.card 1
Replace "1" with the number of your card.