Searched refs:channel_allocation (Results 1 - 16 of 16) sorted by relevance

/linux-master/sound/soc/qcom/qdsp6/
H A Dq6dsp-common.c69 int channel_allocation; local
74 channel_allocation = 0;
77 channel_allocation = 0x02;
80 channel_allocation = 0x06;
83 channel_allocation = 0x0A;
86 channel_allocation = 0x0B;
89 channel_allocation = 0x12;
92 channel_allocation = 0x13;
98 return channel_allocation;
H A Dq6afe.h162 u16 channel_allocation; member in struct:q6afe_hdmi_cfg
H A Daudioreach.h480 uint32_t channel_allocation; member in struct:param_id_display_port_intf_cfg
760 u32 channel_allocation; member in struct:audioreach_module_config
H A Dq6apm-lpass-dais.c121 cfg->channel_allocation = ret;
H A Dq6afe.c414 u16 channel_allocation; member in struct:afe_param_id_hdmi_multi_chan_audio_cfg
1308 pcfg->hdmi_multi_ch.channel_allocation = cfg->channel_allocation;
H A Daudioreach.c661 intf_cfg->cfg.channel_allocation = cfg->channel_allocation;
H A Dq6afe-dai.c90 hdmi->channel_allocation = (u16) ret;
/linux-master/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_audio.c83 DBG("audio: enabled=%d, channels=%d, channel_allocation=0x%x, "
85 audio->enabled, info->channels, info->channel_allocation,
218 uint32_t num_of_channels, uint32_t channel_allocation,
233 audio->infoframe.channel_allocation = channel_allocation;
217 msm_hdmi_audio_info_setup(struct hdmi *hdmi, bool enabled, uint32_t num_of_channels, uint32_t channel_allocation, uint32_t level_shift, bool down_mix) argument
H A Dhdmi.c258 unsigned int channel_allocation = 0; local
269 channel_allocation = 0;
274 channel_allocation = 0x3;
279 channel_allocation = 0x0B;
284 channel_allocation = 0x1F;
320 msm_hdmi_audio_info_setup(hdmi, 1, chan, channel_allocation,
H A Dhdmi.h218 uint32_t num_of_channels, uint32_t channel_allocation,
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-i2s-audio.c107 dw_hdmi_set_channel_allocation(hdmi, hparms->cea.channel_allocation);
/linux-master/include/linux/
H A Dhdmi.h328 unsigned char channel_allocation; member in struct:hdmi_audio_infoframe
/linux-master/drivers/video/
H A Dhdmi.c406 buffer[3] = frame->channel_allocation;
1459 frame->channel_allocation);
1731 frame->channel_allocation = ptr[3];
/linux-master/drivers/media/i2c/
H A Dtda1997x.c1329 if (frame.audio.channel_allocation &&
1330 frame.audio.channel_allocation != state->audio_ch_alloc) {
1332 state->audio_ch_alloc = frame.audio.channel_allocation;
/linux-master/sound/soc/codecs/
H A Dhdmi-codec.c529 hp->cea.channel_allocation = ca_id;
H A Dhdac_hdmi.c390 frame.channel_allocation = ca;

Completed in 214 milliseconds