Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_local.h653 struct cea_sad { struct
654 int channels;
655 int format; /* (format == 0) indicates invalid SAD */
656 int rates;
657 int sample_bits; /* for LPCM */
658 int max_bitrate; /* for AC3...ATRAC */
659 int profile; /* for WMAPRO */
/kernel/linux/linux-5.10/include/drm/
Ddrm_edid.h333 struct cea_sad { struct
345 int drm_edid_to_sad(struct edid *edid, struct cea_sad **sads); argument