Skip to content

Commit

Permalink
ADL-RVP: add definitions for RT711
Browse files Browse the repository at this point in the history
RT711 is on link0

Signed-off-by: Libin Yang <[email protected]>
  • Loading branch information
libinyang authored and plbossart committed Apr 19, 2021
1 parent 2cc5ac0 commit 4aa0b74
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions ADL-RVP/adl-rt711.asl
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/** @file
The definition block in ACPI table for RT711 under SoundWire Controller (link0) and
RT1308 amplifier under I2C0 Controller
Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/

DefinitionBlock (
"",
"SSDT",
2,
"INTEL",
"ADLTabl",
0x1000
)
{
External(\_SB.PC00.HDAS.SNDW, DeviceObj)

Scope (_SB.PC00.HDAS.SNDW) {
Device (RTK0) // RT711 on link0
{
Name (_ADR, 0x000021025D071100) // _ADR: Address
}
}

}

0 comments on commit 4aa0b74

Please sign in to comment.