Home
last modified time | relevance | path

Searched defs:cea_sad (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/sound/pci/hda/
Dhda_local.h646 struct cea_sad { struct
647 int channels;
648 int format; /* (format == 0) indicates invalid SAD */
649 int rates;
650 int sample_bits; /* for LPCM */
651 int max_bitrate; /* for AC3...ATRAC */
652 int profile; /* for WMAPRO */
/Linux-v5.15/include/drm/
Ddrm_edid.h363 struct cea_sad { struct
375 int drm_edid_to_sad(struct edid *edid, struct cea_sad **sads); argument