Page MenuHomeFreeBSD

snd_hda: Support Intel Raptor Lake 0x7a50
ClosedPublic

Authored by christos on Mar 15 2025, 3:10 PM.
Tags
None
Referenced Files
F151329955: D49389.id152320.diff
Tue, Apr 7, 3:46 PM
F151250689: D49389.id152320.diff
Tue, Apr 7, 3:08 AM
Unknown Object (File)
Mon, Apr 6, 8:10 AM
Unknown Object (File)
Sat, Mar 28, 9:53 AM
Unknown Object (File)
Sat, Mar 28, 5:07 AM
Unknown Object (File)
Tue, Mar 24, 3:12 AM
Unknown Object (File)
Wed, Mar 18, 6:46 AM
Unknown Object (File)
Mon, Mar 16, 12:05 AM
Subscribers

Details

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.Mar 17 2025, 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.Mar 17 2025, 7:53 PM
This revision is now accepted and ready to land.Mar 17 2025, 8:12 PM
This revision was automatically updated to reflect the committed changes.