sound/usb/stream.h

Source file repositories/reference/linux-study-clean/sound/usb/stream.h

File Facts

System
Linux kernel
Corpus path
sound/usb/stream.h
Extension
.h
Size
370 bytes
Lines
15
Domain
Driver Families
Bucket
sound/usb
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 __USBAUDIO_STREAM_H
#define __USBAUDIO_STREAM_H

int snd_usb_parse_audio_interface(struct snd_usb_audio *chip,
				  int iface_no);

int snd_usb_add_audio_stream(struct snd_usb_audio *chip,
			     int stream,
			     struct audioformat *fp,
			     struct snd_usb_power_domain **pdptr);

#endif /* __USBAUDIO_STREAM_H */

Annotation

Implementation Notes