Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dhda_local.h681 struct cea_sad { struct
682 int channels;
683 int format; /* (format == 0) indicates invalid SAD */
684 int rates;
685 int sample_bits; /* for LPCM */
686 int max_bitrate; /* for AC3...ATRAC */
687 int profile; /* for WMAPRO */
/openbmc/linux/include/drm/
H A Ddrm_edid.h373 struct cea_sad { struct
385 int drm_edid_to_sad(const struct edid *edid, struct cea_sad **sads); argument