Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/radeon/
Dr600_hdmi.c216 uint8_t coding_type, in r600_hdmi_audioinfoframe() argument
232 frame[0x1] = (channel_count & 0x7) | ((coding_type & 0xF) << 4); in r600_hdmi_audioinfoframe()
/linux-2.6.39/sound/pci/mixart/
Dmixart_core.h368 u32 coding_type; /* use enum mixart_coding_type */ member
Dmixart.c508 stream_param.coding_type = CT_LINEAR; in mixart_set_format()