I don't see any outputs variable that I can set to get the sound working:
$ mixerctl -a
inputs.dac=174,174
inputs.reclvl=92,92
inputs.reclvl.mute=off
record.monitor=0,0
inputs.dac2.mute=off
outputs.master.mute=off
outputs.dacsel=DAC00
record.source=ADC02
My audio config:
$ audiocfg list
0: [*] audio0 @ hdafg0: Realtek ALC256
playback: 16, 2ch, 48000Hz
record: 16, 2ch, 48000Hz
(PR) slinear_le 16/16, 2ch, { 44100, 48000, 96000, 192000 }
(PR) slinear_le 20/32, 2ch, { 44100, 48000, 96000, 192000 }
(PR) slinear_le 24/32, 2ch, { 44100, 48000, 96000, 192000 }
( ) ac3 16/16, 2ch, { 44100, 48000, 96000, 192000 }
1: [ ] audio1 @ hdafg1: Intel HDMI/DP
playback: 16, 2ch, 48000Hz
record: 16, 2ch, 48000Hz
(P-) slinear_le 16/16, 2ch, { 48000 }
(P-) slinear_le 16/16, 4ch, { 48000 }
(P-) slinear_le 16/16, 6ch, { 48000 }
(P-) slinear_le 16/16, 8ch, { 48000 }
(PR) slinear_le 16/16, 2ch, 48000-48000Hz
audiocfg test 0 does not output anything. I also tested that no sound was coming from the headphones.
dmesg:
$ grep audio /var/run/dmesg.boot
hdaudio0 at pci0 dev 31 function 3: HD Audio Controller
hdaudio0: interrupting at msi3 vec 0
hdaudio0: HDA ver. 1.0, OSS 9, ISS 7, BSS 0, SDO 1, 64-bit
hdafg0 at hdaudio0: Realtek ALC256
audio0 at hdafg0: playback, capture, full duplex, independent
audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
spkr0 at audio0: PC Speaker (synthesized)
hdafg1 at hdaudio0: Intel HDMI/DP
audio1 at hdafg1: playback, capture, full duplex, independent
audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
spkr1 at audio1: PC Speaker (synthesized)
`