Page MenuHomeFreeBSD

snd_hda: Support Intel Raptor Lake 0x7a50
ClosedPublic

Authored by christos on Mar 15 2025, 3:10 PM.
Tags
None
Referenced Files
F148129491: D49389.id152358.diff
Mon, Mar 16, 12:05 AM
Unknown Object (File)
Thu, Mar 12, 1:33 PM
Unknown Object (File)
Sat, Mar 7, 7:25 PM
Unknown Object (File)
Feb 8 2026, 3:32 PM
Unknown Object (File)
Feb 8 2026, 12:44 PM
Unknown Object (File)
Feb 8 2026, 6:30 AM
Unknown Object (File)
Jan 31 2026, 2:14 AM
Unknown Object (File)
Jan 20 2026, 10:44 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.