summaryrefslogtreecommitdiffstats
path: root/Documentation/sound
diff options
context:
space:
mode:
authorLibin Yang <libin.yang@intel.com>2017-01-12 03:04:54 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2017-01-12 04:06:47 -0500
commitdd48e8ed3bfdee879ce60508230bed7fb2ca5fa8 (patch)
tree443ccc154cce3ca46fd09cfa37366b6eabf0e433 /Documentation/sound
parent9152085defb6426ce8f9989ca27e4450daefbd89 (diff)
ALSA: Documentation about HDA DP MST pin init and connection
Add the documentation about HD-audio DP MST: 1. pin initialization 2. device entry connection list Reviewed-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Libin Yang <libin.yang@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1484208294-8637-4-git-send-email-libin.yang@intel.com
Diffstat (limited to 'Documentation/sound')
-rw-r--r--Documentation/sound/hd-audio/dp-mst.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/sound/hd-audio/dp-mst.rst b/Documentation/sound/hd-audio/dp-mst.rst
index 58b72437e6c3..1617459e332f 100644
--- a/Documentation/sound/hd-audio/dp-mst.rst
+++ b/Documentation/sound/hd-audio/dp-mst.rst
@@ -19,6 +19,23 @@ PCM
19=== 19===
20To be added 20To be added
21 21
22Pin Initialization
23==================
24Each pin may have several device entries (virtual pins). On Intel platform,
25the device entries number is dynamically changed. If DP MST hub is connected,
26it is in DP MST mode, and the device entries number is 3. Otherwise, the
27device entries number is 1.
28
29To simplify the implementation, all the device entries will be initialized
30when bootup no matter whether it is in DP MST mode or not.
31
32Connection list
33===============
34DP MST reuses connection list code. The code can be reused because
35device entries on the same pin have the same connection list.
36
37This means DP MST gets the device entry connection list without the
38device entry setting.
22 39
23Jack 40Jack
24==== 41====