I edit the same post a third time, because I tried a lot with the node patches and I achieved some aim.
Well, I had a very strange problem with my VoodooHDA 0.2.56 Driver. First all worked for me. Headphones and spdif, line out didn't tested. Suddenly spdif stopped working. Ok, after some reading Itested some node patches. The Problem was, the SPDIF inpunt and output had the same Default Association and Sequence Numbers. So I changed one of them and it worked.
The digital output sound quality is fine with 0.2.56, the headphonesound not that good. Because I couldn't use the prefpane to optimize the sound and I just wanted to have the most actual Version of VoodooHDA, I tested the 0.2.72 one. After the first installation just the headphones and line out worked. SPDIF not. So I began to try some node patches. I tested different variations. Finally I got two versions of a working 0.2.72 driver.
1) Headphones or SPDIFThe
2) (SPDIF) or (Stereo Output = green line out) or (Stereo Output and Headphones).
in the 2) version I put SPDIF node with one Line Out node into a new Default Assosiaction group. Headphones into another new one and the green line out stayed where it was.
I use 1) and to get short overview of the changes I made I post the nid pin configurations from the getdump terminal output with the lines frome before and after the node patched changes
CODE
nid 25 0x01011012 as 1 seq 2 Line-out Jack jack 1 loc 1 color Black misc 0
nid 26 0x01a19036 as 3 seq 6 Microphone Jack jack 1 loc 1 color Pink misc 0
nid 27 0x0181303e as 3 seq 14 Line-in Jack jack 1 loc 1 color Blue misc 0
nid 28 0x01014010 as 1 seq 0 Line-out Jack jack 1 loc 1 color Green misc 0
nid 29 0x0221401f as 1 seq 15 Headphones Jack jack 1 loc 2 color Green misc 0
nid 30 0x02a19038 as 3 seq 8 Microphone Jack jack 1 loc 2 color Pink misc 0
nid 31 0x90370137 as 3 seq 7 CD Fixed jack 7 loc 16 color Unknown misc 1
nid 32 0x074311f0 as 15 seq 0 SPDIF-out Jack jack 3 loc 7 color Black misc 1
nid 33 0x47c421f0 as 15 seq 0 SPDIF-in None jack 4 loc 7 color Grey misc 1
nid 34 0x01016011 as 1 seq 1 Line-out Jack jack 1 loc 1 color Orange misc 0
nid 35 0x01012014 as 1 seq 4 Line-out Jack jack 1 loc 1 color Grey misc 0
to
CODE
nid 25 0x01011014 as 1 seq 4 Line-out Jack jack 1 loc 1 color Black misc 0
nid 26 0x41a19026 as 2 seq 6 Microphone None jack 1 loc 1 color Pink misc 0 [DISABLED]
nid 27 0x0181302e as 2 seq 14 Line-in Jack jack 1 loc 1 color Blue misc 0
nid 28 0x41014035 as 3 seq 5 Line-out None jack 1 loc 1 color Green misc 0 [DISABLED]
nid 29 0x00221430 as 3 seq 0 Headphones Jack jack 2 loc 0 color Black misc 4
nid 30 0x42a19028 as 2 seq 8 Microphone None jack 1 loc 2 color Pink misc 0 [DISABLED]
nid 31 0x40370127 as 2 seq 7 CD None jack 7 loc 0 color Unknown misc 1 [DISABLED]
nid 32 0x07431110 as 1 seq 0 SPDIF-out Jack jack 3 loc 7 color Black misc 1
nid 33 0x47c421ff as 15 seq 15 SPDIF-in None jack 4 loc 7 color Grey misc 1 [DISABLED]
nid 34 0x41016012 as 1 seq 2 Line-out None jack 1 loc 1 color Orange misc 0 [DISABLED]
nid 35 0x41012013 as 1 seq 3 Line-out None jack 1 loc 1 color Grey misc 0 [DISABLED]
The sound isn't that good, but it works. I also didn't try to optimize it, just nice to have it working now. The SPDIF isn't shown as SPDIF output in the Preferences. Its name is complex output.
My key strategy
1) SPDIF node together with a Line Out node in the same Default Association group
2) seperating SPDIF node from the Headphones node
Many variations didn't work: all in Default Association group 1. H and S together in DAg 1. And so on.
If you already posted a similar way, sorry, didn't read all sites.
Little Edit: The bass isn't working at beginning. In the audio/midi is Complex Output setted up with 96hz, just configure it with 48hz and it will work. The Vectorize/SSE2 Feature has to be enabled and then it will work fine.
My audiochip VT1708b
aloha