sound/soc/sof/intel/ptl.h

Source file repositories/reference/linux-study-clean/sound/soc/sof/intel/ptl.h

File Facts

System
Linux kernel
Corpus path
sound/soc/sof/intel/ptl.h
Extension
.h
Size
618 bytes
Lines
20
Domain
Driver Families
Bucket
sound/soc
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __SOF_INTEL_PTL_H
#define __SOF_INTEL_PTL_H

#define PTL_MICPVCP_DDZE_FORCED		BIT(16)
#define PTL_MICPVCP_DDZE_ENABLED	BIT(17)
#define PTL_MICPVCP_DDZLS_SDW		GENMASK(26, 20)
#define PTL_MICPVCP_GET_SDW_MASK(x)	(((x) & PTL_MICPVCP_DDZLS_SDW) >> 20)

int sof_ptl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops);

#endif /* __SOF_INTEL_PTL_H */

Annotation

Implementation Notes