Setting the default device

From AlsaProject
Revision as of 15:15, 23 June 2015 by Penduin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.