मुझे इस थ्रेड http://forums.gentoo.org/viewtopic-t-859769-start-0.html और इस लेख से सलाह को जोड़कर काम करने के लिए मिला । http://confignewton.com/?p=211
Confignewton लेख से, क्या यह मॉड्यूल-udev- पता लगाने और दोनों-default.pa और system.pa में मॉड्यूल-पता लाइनों के बारे में टिप्पणी करने के बारे में कहता है
अगला, मैंने इसे default.pa में जोड़ा:
### Load audio drivers statically
### (it's probably better to not load these drivers manually, but instead
### use module-udev-detect -- see below -- for doing this automatically)
load-module module-alsa-sink sink_name=rear device=hw:0 channels=2 channel_map=rear-left,rear-right tsched=0
load-module module-alsa-sink sink_name=front device=hw:1 channels=2 channel_map=front-left,front-right tsched=0
Default.pa के अंत में, मैंने जेंटू थ्रेड में जो बात की है, उसके समान एक पंक्ति जोड़ी:
load-module module-combine channels=4 channel_map=front-left,front-right,rear-left,rear-right
संपादित करें: मैंने उन सभी स्थिर घोषणाओं के अंत में "tsched = 0" जोड़ा है। यह वास्तव में गूंज और क्रैकिंग दोनों में मदद करता है।