Si je comprend tu as du son qui sort par l'entrée micro quand tu es sous linux? Si c'est ça, j'ai résolut le même problème comme ça:
1. run "alsactl store"
2. edit /etc/asound.state.
There you have to change two values to true
name 'IEC958 Output Switch'
value true
// this enables the S/PDIF output but disables
// the normal speaker output for some reason
name 'IEC958 In Monitor'
value true
// this enables the normal speaker output
3. run "alsactl restore"