Thank you for the suggestions.
See if /etc/asound.state makes any sense to you.
Should show if HDMI is active.
The asound.state file has 5 controls that refer to IEC958. Control.30 has the name ¨IEC958 playback default¨ and has a value of ¨04¨ followed by 350 zeroes. Controls 28 and 29 similarly have values that are followed by 348 and 350 zeroes, respectively. Controls 31 and 32 have values of ¨false¨.
This *might* be useful ..... worth a try at least .....
create a hidden file ~/.asoundrc
make the contents of the file
pcm.!default {
type hw
card 1
}
ctl.!default {
type hw
card 1
}
aplay -l
should give you the card number you wish to use as default.
I created the file, then rebooted.
aplay -L produced the following results:
default:CARD=Generic_1
HD-Audio Generic, ALC892 Analog
Default Audio Device
sysdefault:CARD=Generic_1
HD-Audio Generic, ALC892 Analog
Default Audio Device
Still, no sound. Clementine reported ¨Could Not Open Audio Device For Playback¨
Searched on Forum and found reference to similar issue with Clementine that was resolved by choosing a different Gstreamer audio engine. Changed to ¨SDL audio sink¨ and the sound now works.
Deleted the .asoundrc file, rebooted. Clementine still works.
Thanks again for the help. I will mark this solved.