Read a lot of advise. Nothing helped.
Tried to load module-detect in pulse like this
### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-detect
load-module module-udev-detect
.else
### Use the static hardware detection module (for systems that lack udev support)
load-module module-detect
.endif
I.e I just have inserted line "load-module module-detect" before load-module module-udev-detect.
And now I have my digital and analog outputs.
When I used only load-module module-detect without module-udev-detect i had my analog output but no digital
Read a lot of advise. Nothing helped. udev-detect. so
Tried to load module-detect in pulse like this
### Automatically load driver modules depending on the hardware available
.ifexists module-
load-module module-detect
load-module module-udev-detect
.else
### Use the static hardware detection module (for systems that lack udev support)
load-module module-detect
.endif
I.e I just have inserted line "load-module module-detect" before load-module module-udev-detect.
And now I have my digital and analog outputs.
When I used only load-module module-detect without module-udev-detect i had my analog output but no digital