Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/
Dhdmi.c436 ptr[0] = ((frame->coding_type & 0xf) << 4) | (channels & 0x7); in hdmi_audio_infoframe_pack_only()
1285 hdmi_audio_coding_type_get_name(enum hdmi_audio_coding_type coding_type) in hdmi_audio_coding_type_get_name() argument
1287 switch (coding_type) { in hdmi_audio_coding_type_get_name()
1407 hdmi_audio_coding_type_get_name(frame->coding_type)); in hdmi_audio_infoframe_log()
1686 frame->coding_type = (ptr[0] >> 4) & 0xf; in hdmi_audio_infoframe_unpack()
/Linux-v5.4/sound/x86/
Dintel_hdmi_lpe_audio.h288 u32 coding_type:4; member
/Linux-v5.4/include/linux/
Dhdmi.h321 enum hdmi_audio_coding_type coding_type; member
/Linux-v5.4/sound/pci/mixart/
Dmixart_core.h355 u32 coding_type; /* use enum mixart_coding_type */ member
Dmixart.c516 stream_param.coding_type = CT_LINEAR; in mixart_set_format()
/Linux-v5.4/sound/soc/codecs/
Dhdmi-codec.c467 hp.cea.coding_type = HDMI_AUDIO_CODING_TYPE_STREAM; in hdmi_codec_hw_params()
/Linux-v5.4/drivers/gpu/drm/vc4/
Dvc4_hdmi.c435 frame.audio.coding_type = HDMI_AUDIO_CODING_TYPE_STREAM; in vc4_hdmi_set_audio_infoframe()
/Linux-v5.4/drivers/gpu/drm/mediatek/
Dmtk_hdmi.c1039 frame.coding_type = HDMI_AUDIO_CODING_TYPE_STREAM; in mtk_hdmi_setup_audio_infoframe()
/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos_hdmi.c2019 audio_infoframe->coding_type = HDMI_AUDIO_CODING_TYPE_STREAM; in hdmi_probe()