PR: 276379
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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? | |