Hi
I have a Dell laptop with no hdmi and just your basic sound on board which TC 686 configures well with just the normal mixer level stuff as per the info file for Alsa.
For my tower, I elected to put 64 bit, and a bit of surprise for me, alsa could not detect device until I gave it a fix..
Originally I thought I might need full pathway to executables but that appears not to be the case.
To swap my cards away from the default of HDMI, provide a fix for my device here is how I did it. There is more than one of doing it. But without that fix for my device I saw nothing in alsamixer.
over reboot I could then run the mixer level commands but I thought I would show that alsactl accepts your own made up names and I prefer not save to the default pathway as its quicker to navigate to /opt to see the file there ...less clicks than say /usr/local/etc
You may not need any quirk or fix, but if you think you might do, run
lsmod | grep snd
modinfo <soundmodulename>
Hope your sound plays well.
###########################################
to find the correct syntax-spelling for the stuff check that lsmod command as some people might be tempted to put hyphens in there.
Secondly I think the model name is also case sensitive, so pch won't work.
Feel free to correct me for any errors here.
I have left out other stuff my bootlocal file as this is a new install ....I have just added my dbus stuff etc..