Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/
Dhdmi.c283 ptr[0] = ((frame->coding_type & 0xf) << 4) | (channels & 0x7); in hdmi_audio_infoframe_pack()
759 hdmi_audio_coding_type_get_name(enum hdmi_audio_coding_type coding_type) in hdmi_audio_coding_type_get_name() argument
761 switch (coding_type) { in hdmi_audio_coding_type_get_name()
887 hdmi_audio_coding_type_get_name(frame->coding_type)); in hdmi_audio_infoframe_log()
1129 frame->coding_type = (ptr[0] >> 4) & 0xf; in hdmi_audio_infoframe_unpack()
/linux-4.4.14/include/linux/
Dhdmi.h259 enum hdmi_audio_coding_type coding_type; member
/linux-4.4.14/sound/pci/mixart/
Dmixart_core.h368 u32 coding_type; /* use enum mixart_coding_type */ member
Dmixart.c528 stream_param.coding_type = CT_LINEAR; in mixart_set_format()