Ok, I note your PC has a CMedia CM8738 ALC888. Searching the alsa web site for the ALC888 I obtain this:
Search results - AlsaProject
which indicates there have been updates to the ALC888 since the version 1.0.16 of alsa which is on your PC. Hence you could consider updating your alsa driver to see if that helps. If it does not, you could keep that alsa update on your PC and then try some model options in the /etc/modprobe.d/sound file.
BUT FIRST, please try my recommendation in the post before this. That is a fundamental check that must be done.
OK, assuming you tried what I recommended in the previous post of mine, and assuming that it did not help, then you could update your version of alsa by sending the following 6 zypper commands (one at a time in sequence) from a gnome-terminal or a kde konsole, with root permissions, while your PC is connected to the internet:
zypper ar http://download.opensuse.org/repositories/multimedia:/audio/openSUSE_11.0/ multimedia
zypper install alsa alsa-utils alsa-tools alsa-firmware alsa-plugins alsa-plugins-pulse alsa-oss libasound2
zypper rr multimedia
zypper ar http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_11.0_Update/ multimedia
zypper install alsa-driver-kmp-default
zypper rr multimedia
then restart your PC and test your audio quality. Be certain to check your mixer very carefully (and also YaST > Hardware > Sound > Other > Volume as noted above).
If that still fails, then we can apply an edit to your /etc/modprobe.d/sound file. You noted this:
I also note from the ALSA-Configuration.txt file for 1.0.18a of alsa the following list of model options for the ALC888:
ALC883/888
3stack-dig 3-jack with SPDIF I/O
6stack-dig 6-jack digital with SPDIF I/O
3stack-6ch 3-jack 6-channel
3stack-6ch-dig 3-jack 6-channel with SPDIF I/O
6stack-dig-demo 6-jack digital for Intel demo board
acer Acer laptops (Travelmate 3012WTMi, Aspire 5600, etc)
acer-aspire Acer Aspire 9810
medion Medion Laptops
medion-md2 Medion MD2
targa-dig Targa/MSI
targa-2ch-dig Targs/MSI with 2-channel
laptop-eapd 3-jack with SPDIF I/O and EAPD (Clevo M540JE, M550JE)
lenovo-101e Lenovo 101E
lenovo-nb0763 Lenovo NB0763
lenovo-ms7195-dig Lenovo MS7195
lenovo-sky Lenovo Sky
haier-w66 Haier W66
3stack-hp HP machines with 3stack (Lucknow, Samba boards)
6stack-dell Dell machines with 6stack (Inspiron 530)
mitac Mitac 8252D
clevo-m720 Clevo M720 laptop series
fujitsu-pi2515 Fujitsu AMILO Pi2515
3stack-6ch-intel Intel DG33* boards
auto auto-config reading BIOS (default)
One can apply those one option at a time to the /etc/modprobe.d/sound file, then restart one’s sound from a konsole with root permissions by typing “rcalsasound restart” (no quotes) and then restart one’s mixer and test one’s audio. For example, if one’s PC has only 3 I/O jacks for audio, one could try:options snd slots=snd-hda-intel
options snd-hda-intel model=3stack-dig
M71A.golWCaVMRzB:nVidia Corporation
alias snd-card-0 snd-hda-intel
then restart alsa with “rcalsasound restart” (with root permissions) and then restart one’s mixer and test the sound quality. For example if one’s PC has 6 I/O jacks for audio, one could instead of “3stack-dig” try “6stack-dig” ]options snd slots=snd-hda-intel
options snd-hda-intel model=6stack-dig
M71A.golWCaVMRzB:nVidia Corporation
alias snd-card-0 snd-hda-intel
then restart alsa with “rcalsasound restart” (with root permissions) and then restart one’s mixer and test the sound quality.
One could try each option in that list to see if any one improves the quality of one’s audio.
Good luck.