Skip to content

Commit 5c5ef1f

Browse files
libinyangplbossart
authored andcommitted
ADL-RVP: add definitions for RT711 2xRT1316 RT714 in SDW mode
RT711 is on link0 RT1316-1 is on link1 RT714 is on link2 RT1316-2 is on link3 Signed-off-by: Libin Yang <libin.yang@intel.com>
1 parent cbdb363 commit 5c5ef1f

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

ADL-RVP/adl_sdca_3_in_1.asl

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
/** @file
2+
The definition block in ACPI table under SoundWire Controller,
3+
connecting to Realtek AIOC Rev3.
4+
5+
Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
6+
This program and the accompanying materials
7+
are licensed and made available under the terms and conditions of the BSD License
8+
which accompanies this distribution. The full text of the license may be found at
9+
http://opensource.org/licenses/bsd-license.php
10+
11+
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13+
**/
14+
15+
DefinitionBlock (
16+
"",
17+
"SSDT",
18+
2,
19+
"INTEL",
20+
"ADLTabl",
21+
0x1000
22+
)
23+
{
24+
External(\_SB.PC00.HDAS.SNDW, DeviceObj)
25+
26+
Scope (_SB.PC00.HDAS.SNDW) {
27+
Device (RTK0) // RT711 on link0
28+
{
29+
Name (_ADR, 0x000030025D071101) // _ADR: Address
30+
}
31+
Device (RTK1) // RT1316-1 on link1
32+
{
33+
Name (_ADR, 0x000131025D131601) // _ADR: Address
34+
}
35+
Device (RTK2) // RT714 on link2
36+
{
37+
Name (_ADR, 0x000230025D071401) // _ADR: Address
38+
}
39+
Device (RTK3) // RT1316-2 on link3
40+
{
41+
Name (_ADR, 0x000330025D131601) // _ADR: Address
42+
}
43+
44+
}
45+
}

0 commit comments

Comments
 (0)