Lines Matching +full:hdmi +full:- +full:codec
1 /* SPDX-License-Identifier: GPL-2.0-only */
10 #include <sound/soc-acpi-intel-ssp-common.h>
18 /* SSP port number for headphone codec: 3 bits */
36 /* SSP port mask for HDMI capture: 6 bits */
42 /* Number of idisp HDMI BE link: 3 bits */
115 * @hdmi: init data for hdmi dai link
116 * @codec_type: type of headset codec
119 * @hdmi_num: number of Intel HDMI BE link
123 * @ssp_mask_hdmi_in: ssp port mask of HDMI-IN BE link
125 * @hda_codec_present: true to create HDA codec BE links
126 * @codec_link: pointer to headset codec dai link
135 struct sof_hdmi_private hdmi; member