No sound from realtek alc...

I like to use sound with digital output to external DAC.
It works for some applications, but I'm struggling to get squeezelite working correctly.
This seems good :
Code:
root@freebsd-home:/ # cat /dev/sndstat
Installed devices:
pcm0: <NVIDIA (0x0051) (HDMI/DP 8ch)> (play)
pcm1: <NVIDIA (0x0051) (HDMI/DP 8ch)> (play)
pcm2: <Realtek ALC892 (Rear Analog 5.1/2.0)> (play/rec)
pcm3: <Realtek ALC892 (Rear Digital)> (play) default
pcm4: <Realtek ALC892 (Rear Digital)> (play)
No devices installed from userspace.

But this doesn't look good :

Code:
root@freebsd-home:/ # dmesg | grep pcm
pcm1: feeder_build_matrix(): can't add feeder_matrix
pcm0: feeder_build_matrix(): can't add feeder_matrix
pcm1: feeder_build_matrix(): can't add feeder_matrix
pcm0: feeder_build_matrix(): can't add feeder_matrix
pcm1: feeder_build_matrix(): can't add feeder_matrix
pcm0: feeder_build_matrix(): can't add feeder_matrix
....

Pls for any help to do this the-right-way.
 
Back
Top