Using VMware Workstation 6.x and want to make sound work:

Add a sound adapter and configure it as auto detect.

Create the .asoundrc file containing:

pcm.!default {
type plug
slave.pcm “dmix”
}

Now start your session and it should work 8-)