Comment 6 for bug 295832

Revision history for this message
Daniel T Chen (crimsun) wrote : Re: Alsa does not honor pcm.!default in ~/.asoundrc because of /usr/share/alsa/pulse-alsa.conf

Please note that your ~/.asoundrc is incomplete. You are only overriding the control definition; you need also to override the pcm definition(s), e.g.,

pcm.!default {
   type plug
   slave hw:0,0
}

ctl.!default {
   type hw
   card 0
}