Home
last modified time | relevance | path

Searched refs:coding_type (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/drivers/video/
Dhdmi.c402 buffer[0] = ((frame->coding_type & 0xf) << 4) | (channels & 0x7); in hdmi_audio_infoframe_pack_payload()
1329 hdmi_audio_coding_type_get_name(enum hdmi_audio_coding_type coding_type) in hdmi_audio_coding_type_get_name() argument
1331 switch (coding_type) { in hdmi_audio_coding_type_get_name()
1451 hdmi_audio_coding_type_get_name(frame->coding_type)); in hdmi_audio_infoframe_log()
1727 frame->coding_type = (ptr[0] >> 4) & 0xf; in hdmi_audio_infoframe_unpack()
/linux-6.1.9/sound/x86/
Dintel_hdmi_lpe_audio.h288 u32 coding_type:4; member
/linux-6.1.9/include/linux/
Dhdmi.h324 enum hdmi_audio_coding_type coding_type; member
/linux-6.1.9/sound/pci/mixart/
Dmixart_core.h363 u32 coding_type; /* use enum mixart_coding_type */ member
Dmixart.c515 stream_param.coding_type = CT_LINEAR; in mixart_set_format()
/linux-6.1.9/sound/soc/codecs/
Dhdmi-codec.c502 hp->cea.coding_type = HDMI_AUDIO_CODING_TYPE_STREAM; in hdmi_codec_fill_codec_params()
/linux-6.1.9/drivers/gpu/drm/mediatek/
Dmtk_hdmi.c1028 frame.coding_type = HDMI_AUDIO_CODING_TYPE_STREAM; in mtk_hdmi_setup_audio_infoframe()
Dmtk_dp.c1753 frame.coding_type = HDMI_AUDIO_CODING_TYPE_PCM; in mtk_dp_audio_sdp_setup()
/linux-6.1.9/drivers/gpu/drm/exynos/
Dexynos_hdmi.c2037 audio_infoframe->coding_type = HDMI_AUDIO_CODING_TYPE_STREAM; in hdmi_probe()