Hi all.
Does anyone know how to combine rear audio output with front one?
All I can is to switch between them with setting
All manipulation with snd_hda I have done was unsuccessful: could switch also but not to combine.
So I need to make nid20 and nid27 the same output.
Thank you in advance.
Does anyone know how to combine rear audio output with front one?
All I can is to switch between them with setting
sysctl
on hw.snd.default_unit=5.All manipulation with snd_hda I have done was unsuccessful: could switch also but not to combine.
sysctl dev.hdac.1.pindump=1 && dmesg
Code:
hdaa1: Dumping AFG pins:
hdaa1: nid 0x as seq device conn jack loc color misc
hdaa1: Caps: IN
hdaa1: 20 01014010 1 0 Line-out Jack 1/8 Rear Green 0
hdaa1: Caps: IN OUT HP EAPD Sense: 0x80000000 (connected)
hdaa1: 21 01011012 1 2 Line-out Jack 1/8 Rear Black 0
hdaa1: Caps: IN OUT Sense: 0x00000000 (disconnected)
hdaa1: 22 01016011 1 1 Line-out Jack 1/8 Rear Orange 0
hdaa1: Caps: IN OUT Sense: 0x00000000 (disconnected)
hdaa1: 23 01012014 1 4 Line-out Jack 1/8 Rear Grey 0
hdaa1: Caps: IN OUT Sense: 0x00000000 (disconnected)
hdaa1: 24 01a19030 3 0 Mic Jack 1/8 Rear Pink 0
hdaa1: Caps: IN OUT VREF Sense: 0x00000000 (disconnected)
hdaa1: 25 02a19040 4 0 Mic Jack 1/8 Front Pink 0
hdaa1: Caps: IN OUT HP VREF Sense: 0x00000000 (disconnected)
hdaa1: 26 0181303f 3 15 Line-in Jack 1/8 Rear Blue 0
hdaa1: Caps: IN OUT VREF Sense: 0x00000000 (disconnected)
hdaa1: 27 0221402f 2 0 Headphones Jack 1/8 Front Green 0
hdaa1: Caps: IN OUT HP EAPD VREF Sense: 0x00000000 (disconnected)
cat /dev/sndstat
Code:
pcm4: <Realtek ALC892 (Rear Analog 7.1/2.0)> (play/rec)
pcm5: <Realtek ALC892 (Front Analog)> (play/rec) default
So I need to make nid20 and nid27 the same output.
Thank you in advance.