diff options
-rw-r--r-- | Documentation/sound/hd-audio/dp-mst.rst | 17 |
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 | === |
20 | To be added | 20 | To be added |
21 | 21 | ||
22 | Pin Initialization | ||
23 | ================== | ||
24 | Each pin may have several device entries (virtual pins). On Intel platform, | ||
25 | the device entries number is dynamically changed. If DP MST hub is connected, | ||
26 | it is in DP MST mode, and the device entries number is 3. Otherwise, the | ||
27 | device entries number is 1. | ||
28 | |||
29 | To simplify the implementation, all the device entries will be initialized | ||
30 | when bootup no matter whether it is in DP MST mode or not. | ||
31 | |||
32 | Connection list | ||
33 | =============== | ||
34 | DP MST reuses connection list code. The code can be reused because | ||
35 | device entries on the same pin have the same connection list. | ||
36 | |||
37 | This means DP MST gets the device entry connection list without the | ||
38 | device entry setting. | ||
22 | 39 | ||
23 | Jack | 40 | Jack |
24 | ==== | 41 | ==== |