Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UpExtreme: rt5682 support on link2 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions UpExtreme/rt5682_sdw_link2.asl
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/** @file
The definition block in ACPI table for RT5682 under SoundWire Controller
(link2)

Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2020?

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",
"RTK0Tabl",
0x1000
)
{
External(\_SB.PCI0.HDAS.SNDW, DeviceObj)

Scope (_SB.PCI0.HDAS.SNDW) {
Device (RTK0) // RT5682 on link2
{
Name (_ADR, 0x000220025D568200) // _ADR: Address
}
}
}