OK, thanks. I note this is your baseline, and that sound works with that configuration.
I want to caution you about something in that configuration to be careful about ā¦ Note this in the aplay:
!!Aplay/Arecord output
!!--------------------
APLAY
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Generic [HD-Audio Generic], device 0: ALC892 Analog [ALC892 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Generic [HD-Audio Generic], device 1: ALC892 Digital [ALC892 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
Most users have their sound connected to an analog output. In your case the analog output is ācard 1ā, ādevice 0ā (also referred to as hw:1,0).
By default, GNU/Linux and hence openSUSE sends sound to card-0, and not card-1. Hence nominally your sound will be sent to an HDMI device.
What many users do in such a case, is run the application āpavucontrolā (pulseaudio volume control) to tune the sound with pulse audio. Pulse audio provides the capability to direct audio from an application to any given output device on a per application basis. ie its entirely possible to have one application send sound to card-0 and have another application send sound to card-1. Obviously if no speaker is associated with card-0, then there will be no sound from that application. Hence it is important in such a case to use āpavucontrolā to tune oneās audio appropriately.
My apologies if you know this already and I am wasting your time in reading this, but sometimes users are not aware of this - and if not aware, its entirely possible after an update, that you could run into this problem, where audio is sent from your application of choice, to a sound device that has no speaker connected - in which case launching āpavucontrolā should give you the capability to appropriately redirect the sound output.
One other note on your configuration:
Simple mixer control 'Headphone',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 64
Mono:
Front Left: Playback 0 [0%] -64.00dB] [off]
Front Right: Playback 0 [0%] -64.00dB] [off]
I note you have your headphones disabled, and I assume that is your intent?