Setting the default device
Jump to navigation
Jump to search
Find your desired card with:
cat /proc/asound/cards
and then create /etc/asound.conf with following:
pcm.!default {
type hw
card 1
}
ctl.!default {
type hw
card 1
}
Replace "card 1" with number of your card determined above.