Setting the default device: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Find your desired card with: cat /proc/asound/cards and then create /etc/asound.conf with following: pcm.!default { type hw card 1 } ct...") |
(No difference)
|
Revision as of 15:15, 23 June 2015
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.