forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Labels
P1Blocker bugs or important featuresBlocker bugs or important featuresbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestreuse legacy HDMI codecReuse legacy HDA HDMI codec driver snd-hda-codec-hdmiReuse legacy HDA HDMI codec driver snd-hda-codec-hdmi
Description
If the pins are connecting to the same converter, setting on HDMI/DP pin will impact on other pins.
For example, if pin5-port1 and pin6-port0 are both connected to the cvt3. If we mute pin5-port1, pin6-port0 will be muted automatically. But muting pin6-port0 will not mute pin5-port1 automatically.
How to reproduce:
(in DPMST mode, 1 monitor is connected to pin5-port1, 1 monitor is connected to pin6-port0)
- in alsamixer, set "pin5-port1 Mux" to "cvt 3", "pin6-port0 Mux" to "cvt 3"; unmute "hif5-1 Jack" and "hif6-0 Jack"
- playback with aplay -Dhw:0,3 xxx
- mute "hif5-1 Jack"
And you will find the monitor which is connected to pin6-port0 is also muted.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1Blocker bugs or important featuresBlocker bugs or important featuresbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestreuse legacy HDMI codecReuse legacy HDA HDMI codec driver snd-hda-codec-hdmiReuse legacy HDA HDMI codec driver snd-hda-codec-hdmi