include/uapi/sound/skl-tplg-interface.h
Source file repositories/reference/linux-study-clean/include/uapi/sound/skl-tplg-interface.h
File Facts
- System
- Linux kernel
- Corpus path
include/uapi/sound/skl-tplg-interface.h- Extension
.h- Size
- 3796 bytes
- Lines
- 169
- Domain
- Repository Root And Misc
- Bucket
- include
- Inferred role
- Repository Root And Misc: implementation source
- Status
- source implementation candidate
Why This File Exists
Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.
- Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
linux/types.h
Detected Declarations
struct skl_dfw_algo_dataenum skl_event_typesenum skl_ch_cfgenum skl_module_typeenum skl_core_affinityenum skl_pipe_conn_typeenum skl_hw_conn_typeenum skl_dev_typeenum skl_interleavingenum skl_sample_typeenum module_pin_typeenum skl_module_param_typeenum skl_tkn_direnum skl_tuple_type
Annotated Snippet
struct skl_dfw_algo_data {
__u32 set_params:2;
__u32 rsvd:30;
__u32 param_id;
__u32 max;
char params[];
} __packed;
enum skl_tkn_dir {
SKL_DIR_IN,
SKL_DIR_OUT
};
enum skl_tuple_type {
SKL_TYPE_TUPLE,
SKL_TYPE_DATA
};
#endif
Annotation
- Immediate include surface: `linux/types.h`.
- Detected declarations: `struct skl_dfw_algo_data`, `enum skl_event_types`, `enum skl_ch_cfg`, `enum skl_module_type`, `enum skl_core_affinity`, `enum skl_pipe_conn_type`, `enum skl_hw_conn_type`, `enum skl_dev_type`, `enum skl_interleaving`, `enum skl_sample_type`.
- Atlas domain: Repository Root And Misc / include.
- Implementation status: source implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.