sound/xen/xen_snd_front_alsa.h

Source file repositories/reference/linux-study-clean/sound/xen/xen_snd_front_alsa.h

File Facts

System
Linux kernel
Corpus path
sound/xen/xen_snd_front_alsa.h
Extension
.h
Size
581 bytes
Lines
24
Domain
Driver Families
Bucket
sound/xen
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 __XEN_SND_FRONT_ALSA_H
#define __XEN_SND_FRONT_ALSA_H

struct xen_snd_front_info;

int xen_snd_front_alsa_init(struct xen_snd_front_info *front_info);

void xen_snd_front_alsa_fini(struct xen_snd_front_info *front_info);

void xen_snd_front_alsa_handle_cur_pos(struct xen_snd_front_evtchnl *evtchnl,
				       u64 pos_bytes);

#endif /* __XEN_SND_FRONT_ALSA_H */

Annotation

Implementation Notes