Hi all,
I used to be able to solve such problems, but now I've got this P8Z77-V LX2 motherboard on FreeBSD 9.1-RELEASE and the old methods do not seem to work here...
Right now the rear (green) line-out is plugged to my loudspeakers, which I can successfully use to play sounds, and I have a front headphone jack, but no sound comes out from it. So basically I want the headphones to omit sound too, without having to switch between PCM devices later on, ie. to tie up these ports below:
	
	
	
		
(Full verbose log: http://pastebin.com/HqSu7ej9)
They are associated like this:
	
	
	
		
So I guess I should put those 2 pins into the same association, eg Association 0. Would that make sense?
Then once I figure out how to solve the problem above I should be able to solve this too: I would then also do the same for the mic ports (nid=25, nid=25) and line-in port (nid=26), can I also associate them together the same way?
	
	
	
		
Thanks in advance.
				
			I used to be able to solve such problems, but now I've got this P8Z77-V LX2 motherboard on FreeBSD 9.1-RELEASE and the old methods do not seem to work here...
Right now the rear (green) line-out is plugged to my loudspeakers, which I can successfully use to play sounds, and I have a front headphone jack, but no sound comes out from it. So basically I want the headphones to omit sound too, without having to switch between PCM devices later on, ie. to tie up these ports below:
		Code:
	
	hdaa1: <Realtek ALC887 Audio Function Group> at nid 1 on hdacc1
pcm4:     nid=20 [pin: Line-out (Green Jack)]
pcm5:     nid=27 [pin: Headphones (Green Jack)](Full verbose log: http://pastebin.com/HqSu7ej9)
They are associated like this:
		Code:
	
	hdaa1: Association 0 (1) out:
hdaa1:  Pin nid=20 seq=0
hdaa1: Association 1 (2) out:
hdaa1:  Pin nid=27 seq=0So I guess I should put those 2 pins into the same association, eg Association 0. Would that make sense?
Then once I figure out how to solve the problem above I should be able to solve this too: I would then also do the same for the mic ports (nid=25, nid=25) and line-in port (nid=26), can I also associate them together the same way?
		Code:
	
	pcm4:              + <- nid=24 [pin: Mic (Pink Jack)] [src: mic]
pcm4:              + <- nid=26 [pin: Line-in (Blue Jack)] [src: line]
pcm5:              + <- nid=25 [pin: Mic (Pink Jack)] [src: monitor]
hdaa1: Association 3 (4) in:
hdaa1:  Pin nid=24 seq=0
hdaa1:  Pin nid=26 seq=15
hdaa1: Association 4 (5) in:
hdaa1:  Pin nid=25 seq=0Thanks in advance.
 
			    