File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments