Skip to content

ALSA ADL-P support - #2674

Merged
kv2019i merged 2 commits into
thesofproject:topic/sof-devfrom
kv2019i:topic/adlp
Jan 13, 2021
Merged

ALSA ADL-P support#2674
kv2019i merged 2 commits into
thesofproject:topic/sof-devfrom
kv2019i:topic/adlp

Conversation

@kv2019i

Copy link
Copy Markdown
Collaborator

Set of ADL support patches to SOF, legacy driver and intel-dsp-config.

Add HD Audio PCI ID and HDMI codec vendor ID for Intel AlderLake-P.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Add PCI id for the AlderLake-P.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
@kv2019i

Copy link
Copy Markdown
CollaboratorAuthor

Branched the intel-dspocnfig changes to a separete PR -> #2675

{ PCI_DEVICE(0x8086, 0x7ad0),
.driver_data = (unsigned long)&adls_desc},
{ PCI_DEVICE(0x8086, 0x51c8),
.driver_data = (unsigned long)&tgl_desc},

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

just to make sure this isn't a copy-paste error? ADL-P does indeed have to use tgl_desc?

Copy link
Copy Markdown
CollaboratorAuthor

Choose a reason for hiding this comment

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

Ack @lyakh , that is intentional.

@kv2019i
kv2019i merged commit 286f010 into thesofproject:topic/sof-devJan 13, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@kv2019i@plbossart@lyakh@ranj063