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 }
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
}