Page MenuHomeFreeBSD

snd_hda: Support Intel Raptor Lake 0x7a50
ClosedPublic

Authored by christos on Mar 15 2025, 3:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 16, 8:48 AM
Unknown Object (File)
Wed, Oct 15, 12:44 AM
Unknown Object (File)
Mon, Oct 6, 7:22 PM
Unknown Object (File)
Mon, Oct 6, 3:52 PM
Unknown Object (File)
Mon, Oct 6, 4:18 AM
Unknown Object (File)
Sat, Oct 4, 8:01 AM
Unknown Object (File)
Fri, Oct 3, 3:43 AM
Unknown Object (File)
Sun, Sep 28, 8:19 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.