Page MenuHomeFreeBSD

snd_hda: Support Intel Raptor Lake 0x7a50
AcceptedPublic

Authored by christos on Sat, Mar 15, 3:10 PM.
Tags
None
Referenced Files
F112521082: D49389.diff
Wed, Mar 19, 6:43 AM
F112495074: D49389.diff
Tue, Mar 18, 8:53 PM
F112483528: D49389.id152320.diff
Tue, Mar 18, 4:21 PM
F112483254: D49389.id.diff
Tue, Mar 18, 4:15 PM
F112463581: D49389.diff
Tue, Mar 18, 8:42 AM
Unknown Object (File)
Sun, Mar 16, 7:18 PM
Unknown Object (File)
Sun, Mar 16, 5:57 AM
Unknown Object (File)
Sun, Mar 16, 12:56 AM
Subscribers

Details

Reviewers
markj
emaste
Summary

PR: 276379
Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 62933
Build 59817: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Mon, Mar 17, 8:15 AM

Incidentally looking at Linux code to check this answers one of the questions I had about SOF. Linux has:

	/* RaptorLake-S */
	{
		.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
		.device = 0x7a50,
	},

so it appears the Linux driver has a number of devices that support SOF but use it only if needed for specific cases.

sys/dev/sound/pci/hda/hdac.c
120

Should this be Intel Raptor Lake-S?

christos marked an inline comment as done.

Address Ed's comment.

This revision now requires review to proceed.Mon, Mar 17, 7:53 PM
This revision is now accepted and ready to land.Mon, Mar 17, 8:12 PM