include/uapi/sound/scarlett2.h

Source file repositories/reference/linux-study-clean/include/uapi/sound/scarlett2.h

File Facts

System
Linux kernel
Corpus path
include/uapi/sound/scarlett2.h
Extension
.h
Size
1615 bytes
Lines
55
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.

Dependency Surface

Detected Declarations

Annotated Snippet

struct scarlett2_flash_segment_erase_progress {
	unsigned char progress;
	unsigned char num_blocks;
};
#define SCARLETT2_IOCTL_GET_ERASE_PROGRESS \
	_IOR('S', 0x64, struct scarlett2_flash_segment_erase_progress)

#endif /* __UAPI_SOUND_SCARLETT2_H */

Annotation

Implementation Notes