sound/soc/codecs/hda.h

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

File Facts

System
Linux kernel
Corpus path
sound/soc/codecs/hda.h
Extension
.h
Size
488 bytes
Lines
20
Domain
Driver Families
Bucket
sound/soc
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 SND_SOC_CODECS_HDA_H
#define SND_SOC_CODECS_HDA_H

#define hda_codec_is_display(codec) \
	((((codec)->core.vendor_id >> 16) & 0xFFFF) == 0x8086)

extern const struct snd_soc_dai_ops snd_soc_hda_codec_dai_ops;

extern const struct hdac_ext_bus_ops soc_hda_ext_bus_ops;
int hda_codec_probe_complete(struct hda_codec *codec);

#endif

Annotation

Implementation Notes