Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/codecs/
Dhdmi-codec.c196 static const struct hdmi_codec_cea_spk_alloc hdmi_codec_channel_alloc[] = { variable
349 const struct hdmi_codec_cea_spk_alloc *cap = hdmi_codec_channel_alloc; in hdmi_codec_get_ch_alloc_table_idx()
354 for (i = 0; i < ARRAY_SIZE(hdmi_codec_channel_alloc); i++, cap++) { in hdmi_codec_get_ch_alloc_table_idx()
479 hp.cea.channel_allocation = hdmi_codec_channel_alloc[idx].ca_id; in hdmi_codec_hw_params()
480 hcp->chmap_idx = hdmi_codec_channel_alloc[idx].ca_id; in hdmi_codec_hw_params()