~/.asoundrc
pcm.skype {
type plug
slave {
# normal ALC883
pcm "hw:0,0"
# skype wants 24 kHz recording input,
# but ALC883 doesn't support that.
# do a rate conversion on the fly.
rate 48000
}
}
See full details here