Searched refs:channel_allocation (Results 1 – 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_audio.c | 85 audio->enabled, info->channels, info->channel_allocation, in msm_hdmi_audio_update() 218 uint32_t num_of_channels, uint32_t channel_allocation, in msm_hdmi_audio_info_setup() argument 233 audio->infoframe.channel_allocation = channel_allocation; in msm_hdmi_audio_info_setup()
|
D | hdmi.c | 459 unsigned int channel_allocation = 0; in msm_hdmi_audio_hw_params() local 470 channel_allocation = 0; in msm_hdmi_audio_hw_params() 475 channel_allocation = 0x3; in msm_hdmi_audio_hw_params() 480 channel_allocation = 0x0B; in msm_hdmi_audio_hw_params() 485 channel_allocation = 0x1F; in msm_hdmi_audio_hw_params() 521 msm_hdmi_audio_info_setup(hdmi, 1, chan, channel_allocation, in msm_hdmi_audio_hw_params()
|
D | hdmi.h | 219 uint32_t num_of_channels, uint32_t channel_allocation,
|
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/ |
D | q6afe-dai.c | 168 hdmi->channel_allocation = 0; in q6hdmi_hw_params() 171 hdmi->channel_allocation = 0x02; in q6hdmi_hw_params() 174 hdmi->channel_allocation = 0x06; in q6hdmi_hw_params() 177 hdmi->channel_allocation = 0x0A; in q6hdmi_hw_params() 180 hdmi->channel_allocation = 0x0B; in q6hdmi_hw_params() 183 hdmi->channel_allocation = 0x12; in q6hdmi_hw_params() 186 hdmi->channel_allocation = 0x13; in q6hdmi_hw_params()
|
D | q6afe.h | 164 u16 channel_allocation; member
|
D | q6afe.c | 411 u16 channel_allocation; member 1302 pcfg->hdmi_multi_ch.channel_allocation = cfg->channel_allocation; in q6afe_hdmi_port_prepare()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi-i2s-audio.c | 107 dw_hdmi_set_channel_allocation(hdmi, hparms->cea.channel_allocation); in dw_hdmi_i2s_hw_params()
|
/kernel/linux/linux-5.10/include/linux/ |
D | hdmi.h | 328 unsigned char channel_allocation; member
|
/kernel/linux/linux-5.10/drivers/video/ |
D | hdmi.c | 436 ptr[3] = frame->channel_allocation; in hdmi_audio_infoframe_pack_only() 1411 frame->channel_allocation); in hdmi_audio_infoframe_log() 1683 frame->channel_allocation = ptr[3]; in hdmi_audio_infoframe_unpack()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
D | tda1997x.c | 1313 if (frame.audio.channel_allocation && in tda1997x_parse_infoframe() 1314 frame.audio.channel_allocation != state->audio_ch_alloc) { in tda1997x_parse_infoframe() 1316 state->audio_ch_alloc = frame.audio.channel_allocation; in tda1997x_parse_infoframe()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | hdmi-codec.c | 483 hp.cea.channel_allocation = hdmi_codec_channel_alloc[idx].ca_id; in hdmi_codec_hw_params()
|
D | hdac_hdmi.c | 389 frame.channel_allocation = ca; in hdac_hdmi_setup_audio_infoframe()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0009_linux_sound.patch | 130 + hp.cea.channel_allocation = hdmi_codec_channel_alloc[idx].ca_id; 133 - hp.cea.channel_allocation = hdmi_codec_channel_alloc[idx].ca_id;
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0020_linux_drivers_gpu.patch | 3247 + frame.channel_allocation = 0; 3249 + frame.channel_allocation = 0x3; 3251 + frame.channel_allocation = 0xB; 3253 + frame.channel_allocation = 0x13;
|