Lines Matching +full:hdmi +full:- +full:dp1
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * HD-audio codec verbs
59 /* f10-f1a: GPIO */
162 #define AC_WCAP_IN_AMP (1<<1) /* AMP-in present */
163 #define AC_WCAP_OUT_AMP (1<<2) /* AMP-out present */
164 #define AC_WCAP_AMP_OVRD (1<<3) /* AMP-parameter override */
242 * (for DP1.2 MST)
245 #define AC_UNSOL_RES_IA (1<<2) /* Inactive (for DP1.2 MST) */
246 #define AC_UNSOL_RES_ELDV (1<<1) /* ELD Data valid (for HDMI) */
263 /* Note: The same bit as LR_SWAP is newly defined as HDMI capability
264 * in HD-audio specification
266 #define AC_PINCAP_HDMI (1<<7) /* HDMI pin */
275 #define AC_PINCAP_VREF_HIZ (1<<0) /* Hi-Z */
286 #define AC_AMPCAP_STEP_SIZE (0x7f<<16) /* step size 0-32dB
293 /* driver-specific amp-caps: using bits 24-30 */
294 #define AC_AMPCAP_MIN_MUTE (1 << 30) /* min-volume = mute */
331 /* HDMI LPCM capabilities */
332 #define AC_LPCMCAP_48K_CP_CHNS (0x0f<<0) /* max channels w/ CP-on */
333 #define AC_LPCMCAP_48K_NO_CHNS (0x0f<<4) /* max channels w/o CP-on */
336 #define AC_LPCMCAP_96K_CP_CHNS (0x0f<<10) /* max channels w/ CP-on */
337 #define AC_LPCMCAP_96K_NO_CHNS (0x0f<<14) /* max channels w/o CP-on */
340 #define AC_LPCMCAP_192K_CP_CHNS (0x0f<<20) /* max channels w/ CP-on */
341 #define AC_LPCMCAP_192K_NO_CHNS (0x0f<<24) /* max channels w/o CP-on */
345 #define AC_LPCMCAP_44K_MS (1<<31) /* 44.1kHz-multiplies support */
389 /* Pin widget control - 8bit */
394 #define AC_PINCTL_VREF_HIZ 0 /* Hi-Z */
403 /* Pin sense - 32bit */
406 #define AC_PINSENSE_ELDV (1<<30) /* ELD valid (HDMI) */
408 /* EAPD/BTL enable - 32bit */
413 /* HDMI ELD data */
417 /* HDMI DIP size */
421 /* HDMI DIP index */
425 /* HDMI DIP xmit (transmit) control */
431 /* HDMI content protection (CP) control */
434 #define AC_CPCTRL_SUBTAG (0x1f<<3) /* subtag for unsol-resp */
437 /* Converter channel <-> HDMI slot mapping */
438 #define AC_CVTMAP_HDMI_SLOT (0xf<<0) /* HDMI slot number */
441 /* configuration default - 32bit */
464 /* device types (0x0-0xf) */
483 /* jack connection types (0x0-0xf) */
500 /* jack colors (0x0-0xf) */
516 /* Jack location (0x0-0x3f) */
527 /* bits 4-5 */
547 /* Port connectivity (0-3) */