]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda: hdmi - preserve non-MST PCM routing for Intel platforms
authorKai Vehmanen <kai.vehmanen@linux.intel.com>
Fri, 29 Nov 2019 14:37:56 +0000 (16:37 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 29 Nov 2019 14:42:16 +0000 (15:42 +0100)
commit86c24c84eaf172a04053680c2a3e6cb4e741e45b
tree1fcb873bd4263e58fffa9ec6c18ffd8198b2fdcf
parentec068ed92b9491fe8c9180ded49d60b2015fd098
ALSA: hda: hdmi - preserve non-MST PCM routing for Intel platforms

Commit 4d08690e6bab ("ALSA: hda - Add DP-MST support for NVIDIA codecs")
introduced a slight change of behaviour how non-MST monitors are
assigned to PCMs on Intel platforms.

In the drm_audio_component.h interface, the third parameter
to pin_eld_notify() is pipe number. On Intel platforms, this value
is -1 for MST. On other platforms, a non-zero pipe id is used to
signal MST use.

This difference leads to some subtle differences in hdmi_find_pcm_slot()
with regards to how non-MST monitors are assigned to PCMs.
This patch restores the original behaviour on Intel platforms while
keeping the new allocation policy on other platforms.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Link: https://lore.kernel.org/r/20191129143756.23941-2-kai.vehmanen@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c