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 edit summary |
||
Line 5: | Line 5: | ||
and then create /etc/asound.conf with following: | and then create /etc/asound.conf with following: | ||
pcm. | defaults.pcm.card 1 | ||
defaults.ctl.card 1 | |||
Replace " | Replace "1" with number of your card determined above. |
Latest revision as of 21:28, 23 June 2015
Find your desired card with:
cat /proc/asound/cards
and then create /etc/asound.conf with following:
defaults.pcm.card 1 defaults.ctl.card 1
Replace "1" with number of your card determined above.