sound/hda/codecs/side-codecs/cirrus_scodec.h

Source file repositories/reference/linux-study-clean/sound/hda/codecs/side-codecs/cirrus_scodec.h

File Facts

System
Linux kernel
Corpus path
sound/hda/codecs/side-codecs/cirrus_scodec.h
Extension
.h
Size
343 bytes
Lines
14
Domain
Driver Families
Bucket
sound/hda
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 CIRRUS_SCODEC_H
#define CIRRUS_SCODEC_H

int cirrus_scodec_get_speaker_id(struct device *dev, int amp_index,
				 int num_amps, int fixed_gpio_id);

#endif /* CIRRUS_SCODEC_H */

Annotation

Implementation Notes