Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/
Dhdmi.c432 ptr[0] = ((frame->coding_type & 0xf) << 4) | (channels & 0x7); in hdmi_audio_infoframe_pack_only()
1281 hdmi_audio_coding_type_get_name(enum hdmi_audio_coding_type coding_type) in hdmi_audio_coding_type_get_name() argument
1283 switch (coding_type) { in hdmi_audio_coding_type_get_name()
1403 hdmi_audio_coding_type_get_name(frame->coding_type)); in hdmi_audio_infoframe_log()
1679 frame->coding_type = (ptr[0] >> 4) & 0xf; in hdmi_audio_infoframe_unpack()
/Linux-v5.10/sound/x86/
Dintel_hdmi_lpe_audio.h288 u32 coding_type:4; member
/Linux-v5.10/include/linux/
Dhdmi.h324 enum hdmi_audio_coding_type coding_type; member
/Linux-v5.10/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.10/sound/soc/codecs/
Dhdmi-codec.c471 hp.cea.coding_type = HDMI_AUDIO_CODING_TYPE_STREAM; in hdmi_codec_hw_params()
/Linux-v5.10/drivers/gpu/drm/mediatek/
Dmtk_hdmi.c1045 frame.coding_type = HDMI_AUDIO_CODING_TYPE_STREAM; in mtk_hdmi_setup_audio_infoframe()
/Linux-v5.10/drivers/gpu/drm/vc4/
Dvc4_hdmi.c338 frame.audio.coding_type = HDMI_AUDIO_CODING_TYPE_STREAM; in vc4_hdmi_set_audio_infoframe()
/Linux-v5.10/drivers/gpu/drm/exynos/
Dexynos_hdmi.c2027 audio_infoframe->coding_type = HDMI_AUDIO_CODING_TYPE_STREAM; in hdmi_probe()